Re: File system case sensitivity
Re: File system case sensitivity
- Subject: Re: File system case sensitivity
- From: Sherm Pendley <email@hidden>
- Date: Sat, 18 Jun 2005 13:23:16 -0400
On Jun 18, 2005, at 11:30 AM, Jonathan Fewtrell wrote:
Any guidance on this would be much appreciated. I don't know
whether my problem lies with NSString, NSFileManager, the fact that
the CD is in ISO 9660 format or a simple misunderstanding on my
part of the meaning of 'case insensitive'.
Your misunderstanding is of the meaning of "filesystem". A filesystem
is what you're referring to as the "format" - it's a property of the
disk volume, not of the OS. Mac OS X is neither case sensitive nor
insensitive, it simply passes strings to the filesystem driver. It's
the driver that decides whether "README.TXT" and "readme.txt" refer
to the same file or not.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden