Re: NSFIleManager enumeratorAtPath problem


Sandor Szatmari
 

Are the folders actual folders? Or symlinks?

What OS, SDK, etc?

Sandor

On Jun 6, 2019, at 07:06, Dave <dave@...> wrote:

As I said,

myExistsFlag and myFolderFlag are set to YES.

So the folder exists, I copied and pasted the Path from the finder. Also I've tried it on a number of different folders and it still doesn’t work. There are definitely files present in the folders I’ve tried.

Cheers
Dave


On 6 Jun 2019, at 12:27, Sak Wathanasin <sw@...> wrote:

Can anyone spot the problem
In the code you posted, there was no check for the value of myFolderFlag
on return from fileExistsAtPath:, so are you sure it's a directory? Doc
for enumeratorAtPath: says:

"Return Value
An NSDirectoryEnumerator object that enumerates the contents of the
directory at path.

If path is a filename, the method returns an enumerator object that
enumerates no files—the first call to nextObject will return nil."

Regards
Sak Wathanasin
Network Analysis Ltd





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#972): https://apple-dev.groups.io/g/cocoa/message/972
Mute This Topic: https://groups.io/mt/31949180/342607
Group Owner: cocoa+owner@apple-dev.groups.io
Unsubscribe: https://apple-dev.groups.io/g/cocoa/leave/defanged [admin.szatmari.net@...]
-

Join cocoa@apple-dev.groups.io to automatically receive all group messages.