Post

Replies

Boosts

Views

Activity

Reply to Using url returned from NSOpenPanel to save multiple files
So I wanted to let anyone know that I figure this out because I have not seen this info anywhere else. In a Sandboxed app, the entitlements, the default config for the File Access has the "User Selected File" set to "Read Only". Changing this to "Read/Write" allowed me to just use the URL directly and append a file name and write to it, without having to use the Scoped stuff at all, which is how it should be.
Jul ’20