Re: Copying files from mounted volumes doesn't work.
Re: Copying files from mounted volumes doesn't work.
- Subject: Re: Copying files from mounted volumes doesn't work.
- From: Michael Becker <email@hidden>
- Date: Mon, 7 Jun 2004 17:17:26 +0200
On Jun 7, 2004, at 4:46 PM, Nick Zitzmann wrote:
On Jun 7, 2004, at 8:35 AM, Michael Becker wrote:
Yeah, this actually works. But why is a generic Cocoa
Drag-And-Drop-Operation or a standard File-Open-Dialog giving me
incorrect (or rather: non-usable) pathnames?
I'm not sure. I don't think I've ever had NSOpenPanel return an
incorrectly cased string before. Are you sure that the string is not
being run through a filter, like -lowercaseString or something?
Oh geez! Yeah, that was it!!
The -lowercaseString was hidden deeply in the code and I was getting
all confused, because Terminal.app (i.e. tcsh, bash etc.) doesn't seem
to care about case-sensitivity all that much when navigating through
directories.
There's no tab-completion, but e.g. 'cd /VoLUmEs' and the like work...
Bye,
Michael
_______________________________________________
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.