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 中的任何位置)?
你到底想达到什么目的?你看过NSFileManager吗?要让用户选择目录,请查看NSOpenPanel。