gpt4 book ai didi

objective-c - 获取 public.movi​​e UTI 的文件扩展名列表

转载 作者:行者123 更新时间:2023-12-03 17:06:06 25 4
gpt4 key购买 nike

我正在尝试创建一个仅查找电影文件的 NSOpenPanel。我想通过使用 public.movi​​e UTI 查找注册的电影文件扩展名来完成此操作。谁能帮帮我吗?

最佳答案

您不需要检索 UTI 的文件扩展名:您可以直接使用 UTI。

根据文档,方法setAllowedFileTypes: NSSavePanel 类(NSOpenPanel 的父类(super class))的成员接受 UTI 以及文件扩展名。

所以这应该可以工作,而不必考虑关联的文件扩展名。

[yourOpenPanel setAllowedFileTypes:[NSArray arrayWithObject:@"public.movie"]];

关于objective-c - 获取 public.movi​​e UTI 的文件扩展名列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7910785/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com