NSFileManager: Using wildcards to navigate directories?

You'll have to get the directory's contents, perhaps recursively, then find what you're after from the results -- it doesn't work like a regex.

– Kaikz Mar 29 at 6:52 see the methods associated with 'Discovering Directory Contents' in NSFileManager's documentation. -NSFileManager subpathsOfDirectoryAtPath:error: may be a good choice for you. Then you go through the results and find the string/path/item/directory you want from the results.

Good luck – Justin Mar 30 at 4:22.

Using a * in a path doesn't seem to work in NSFileManager for some reason. Just says there is no directory of such.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions