启用“文件名是从互联网下载的...” Cocoa 中的提示
我有一个应用程序可以从我的服务器下载 ZIP 文件,并且可以从其他服务器下载插件。在能够打开这些文件之前,我想介绍一下经典的“Filename.html”之一,它是从互联网下载的(文件类型)。您确定要打开它吗?”首次尝试打开文件时出现的消息,就像 Google Chrome 在您保存 HTML 文件并尝试打开它时所做的那样:
我已经了解到这是通过设置特殊文件属性来启用的,但我不完全确定它是什么属性,以及如何在这些文件上设置它。
I have an app that downloads ZIP files from my server, and can download plugins from other servers. Before being able to open these files, I would like to present one of the classic '"Filename.html" is a (file type) downloaded from the internet. Are you sure you want to open it?" messages when first attempting to open the file, much like Google Chrome does when you save a HTML file and attempt to open it:
I've read that this is enabled by setting a special file attribute, but I'm not entirely sure what attribute it is, and how to set it on these files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文件隔离记录在此处
File Quarantine is documented here