>>312
ユーザーからアクセスできないという表現は誤解を生む可能性のあるものだったかもしれないけどユーザーに"公開されない"フォルダは存在しますよね?


これがAppleの公式ドキュメントだけど

https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html

Use the Library subdirectories for any files you don’t want exposed to the user. Your app should not use these directories for user data files.

少なくとも、ユーザーに公開したくないファイルはlibraryフォルダ(application support)に保存してくださいと書いているように見えるんですが、違うんですか?Appleはユーザーには非公開のフォルダがあると言ってますよね?
私は何か間違ってますか?
公開されないだけで、外部プログラムからアクセス可能なんですか?私にはそうは見えないんですけども