Cocoa 随处搜索文件
有没有办法可以在硬盘驱动器上标记文件,基本上,在用户移动文件后,操作系统会跟踪该文件,因此当我想再次访问它时,我只需指定标签,它就会告诉我地点? 我知道我可以扫描整个高清,但这会花费太长时间...... 谢谢。
Is there a way I can tag a file on the hard drive, and basically, after the user moves it, the OS keeps track of the file, so when I want to access it again, I just specify the tag and it tells me the location?
I know that I can scan through the entire HD but that would take too long...
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 NSURL
如果您不支持 10.5,而是支持 10.6 及更高版本,您可以使用以下的
NSURLBookmarkCreationOption
:使用 fileID 解析 url。
if you are not supporting 10.5, but 10.6 and beyond, you might look at NSURL's
using the
NSURLBookmarkCreationOption
of:resolves the url using the fileID.