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 16:35:21 +0200
On Jun 7, 2004, at 3:47 PM, Nick Zitzmann wrote:
It works fine until I get a srcPath similar to
"/volumes/testvolume/image.jpg". As soon as I try to copy from any
mounted volume (be it a Network or a DMG or whatever), 'success' will
become 'NO'.
Is there any way you could try that again using a path that uses the
proper case for each character in the path? Some file systems are
case-sensitive and recognize, say, "image.jpg" and "Image.jpg" as two
different files. That would be the first thing I'd try, anyway...
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?
More importantly: What can I do to make it work? These are standard
operations and I don't want to mess with them, they are supposed to do
their job... :-(
Cheers,
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.