如何以编程方式告诉 Mac Finder 重绘文件夹或文件图标?
我有一个使用覆盖层修改文件上的图标的过程。不过,Finder 似乎正在缓存它生成的图像,这种情况有时会在我生成叠加层后发生(在图标是文件预览而不是普通图标的情况下)。
有没有一种编程方式可以告诉 Finder 转储图标图像的缓存并重新创建它,而不更改文件信息,特别是修改日期?
I have a process that modifies icons on files with an overlay. The Finder, though, seems to be caching the images it generates, which sometimes happens after I generate the overlay (in the case of the icon being a preview of the file instead of a plain icon).
Is there a programatic way I can tell the Finder to dump its cache for an icon image, and recreate it, without changing the file information, specifically the modification date?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查: NSWorkspace 类参考< /a>
像这样刷新 Finder:
Check: NSWorkspace Class Reference
Refresh the Finder like this: