Re: [MORE} startAccessingSecurityScopedResource

2014-01-22 Thread koko
Mike, thanks for the observations … I now understand the process and yes "you could first generate more bookmarks for each of the files inside the directory, but that seems a weird thing to do” , I had not realized that and I assume this to be true, once -startAccessingSecurityScopedResource is

Re: [MORE} startAccessingSecurityScopedResource

2014-01-22 Thread Mike Abdullah
On 22 Jan 2014, at 02:46, koko wrote: > I believe I should use contentsOfDirectoryAtURL and then create a > security-scoped bookmark for each file I am interested in and in this manner > I will be able to read the files across launches of the app. > > On Jan 21, 2014, at 7:26 PM, koko wrote:

[MORE} startAccessingSecurityScopedResource

2014-01-21 Thread koko
I believe I should use contentsOfDirectoryAtURL and then create a security-scoped bookmark for each file I am interested in and in this manner I will be able to read the files across launches of the app. Do I understand this correctly? -koko On Jan 21, 2014, at 7:26 PM, koko wrote: > In t