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.
我正在编写一个备份文件并帮助恢复它们的应用程序。
但是,当我备份别名文件(不是符号链接)时,它的还原确实提供了相同的文件内容,但系统不会将其视为别名(chmod 为别名提供 rw-r--r--@并且只有 rw-r--r-- 没有 @ 用于文件)。
如何转换别名中的文件?
编辑:在阅读了 chmod 中的 @ 之后,似乎别名信息存储在扩展属性中。因此我的问题是:如何在 Cocoa 的文件中读取和存储扩展属性?