Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个在 Mac OS 文件系统中搜索文件的程序。一旦我的程序找到文件,我想如何使用 finder 弹出 GUI 文件夹。这可能吗?我可以使用任何系统调用来使用 finder 打开目录吗?它是用 C 写的
感谢您的任何意见!
我想你想使用open命令。您可以使用open .打开与当前目录对应的查找器窗口,或open document.pdf使用其对应的默认应用程序打开特定文档。
open
open .
open document.pdf