Reconizing a symbolic or alias directory
Reconizing a symbolic or alias directory
- Subject: Reconizing a symbolic or alias directory
- From: Nathan Zamecnik <email@hidden>
- Date: Wed, 29 May 2002 02:18:39 -0500
Hello, my question is this:
I have a class I made that takes a string as a root path and then traverses
deeper into that directory until it puts every file below it into an array
and every directory into another array. Everything works well except when
It comes across a symbolic directory (AKA alias directory) it doesn't
reconize it as a directory and does not step into it to read its contents
like it would a regular directory. I am using a NSFileManager for this
class as to do most of the file traversing. Any idea on how to make a
NSFileManager reconize a symbolic directory and then traverse it? Thanx.
-- NAteZ
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.