Obj-C 相当于 mdfind 吗?

发布于 2024-11-04 15:32:41 字数 216 浏览 0 评论 0原文

有没有一种方法可以在 Obj-C 中执行 Spotlight 查询,类似于 mdfind 的做法?我需要编写一个具有以下签名的方法:

-(NSString *)mdfind:(NSString *)theFileToLookFor

其中返回的 NSString 是搜索找到的第一个路径。

任何帮助将非常感激。

Is there a way to do a Spotlight query, in Obj-C, similar to what mdfind does? I need to write a method with the following signature:

-(NSString *)mdfind:(NSString *)theFileToLookFor

where the returned NSString is the first path found by the search.

Any help will be really appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

从此见与不见 2024-11-11 15:32:41

NSMetadataQuery是 Carbon 级别的包装器 MDQuery API,这是与用户的聚光灯数据库交互的方式。

NSMetadataQuery is the wrapper around the Carbon-level MDQuery API, which is how one interacts with the user's spotlight database.

阳光的暖冬 2024-11-11 15:32:41

api 位于 CoreServices.framework 中。从前缀为 MDQuery 的开始

the apis are in CoreServices.framework. start with the ones which have the prefix MDQuery

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文