在 Objective-C 中设置文件对话框的文件扩展名

发布于 2024-10-03 04:41:29 字数 111 浏览 4 评论 0原文

我想知道如何设置文件对话框的文件扩展名,以便只有具有该扩展名的文件才会显示在文件夹中。我知道有一种方法可以设置是否可以看到文件/目录以及文件对话框查找的文件夹,但还没有找到设置文件扩展名的方法。有什么建议吗?

I was wondering how to set the file extension for a file dialog so that only those files with that extension show up in the folder. I know there is a way to set if files/directories can be seen, and the folder that the file dialog looks in, but haven't come across a way to set the file extension. Any suggestions?

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

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

发布评论

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

评论(1

千秋岁 2024-10-10 04:41:29

使用 NSOpenPanel/NSSavePanel 方法 setAllowedFileTypes:。 OS X 考虑的是文件类型,而不是扩展名。

Use the NSOpenPanel/NSSavePanel method setAllowedFileTypes:. OS X thinks in terms of file types, not extensions.

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