NSOpenPanel & Panther: A symlink is now an alias?
NSOpenPanel & Panther: A symlink is now an alias?
- Subject: NSOpenPanel & Panther: A symlink is now an alias?
- From: Stéphane Sudre <email@hidden>
- Date: Sat, 24 Apr 2004 00:31:59 +0200
Let's take into consideration the following case:
On Mac OS X 10.2 (Jaguar, the computer centric OS), when you select a
symlink in a NSOpenPanel, you get a symlink when you get the path via
the filename or filemanes APIs.
On Mac OS X 10.3 (Panther, the user centric OS), when you select a
symlink in a NSOpenPanel, you get the real file or folder when you get
the path via the filename or filemanes APIs.
Question: Is the API right or wrong in Mac OS X 10.3?
Yes, the default value for resolvesAliases is set to YES. But aliases
are not symlinks otherwise their spellings would be the same.
_______________________________________________
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.