开发者

Using Spotlight in Cocoa

开发者 https://www.devze.com 2023-01-16 11:43 出处:网络
Can I use the Spotlight APIs (they exist, right?) in Cocoa to determine if Spotlight (in the upper-right corner) would match a given filePath with a given string?

Can I use the Spotlight APIs (they exist, right?) in Cocoa to determine if Spotlight (in the upper-right corner) would match a given filePath with a given string?

In other words, given a filePath such as "/Users/enchilada/Desktop/MapOfUSA.pdf", and a string such as "Virginia", how would I tell if Spotlight would show this file when "Virginia" would have been typed in the upper-right Spotlight search? (As you can imagine, in the example shown, it would probably be matched, because a PDF map of the USA probably contains Virgina.)

If possible, a simp开发者_Go百科le code piece to do this would be appreciated.


You can use the NSMetadataQuery class or its underlying CFType MDQuery. O'Reilly has published an example.

0

精彩评论

暂无评论...
验证码 换一张
取 消