Re: copyPath on different volumes with same name
Re: copyPath on different volumes with same name
- Subject: Re: copyPath on different volumes with same name
- From: Jim Correia <email@hidden>
- Date: Wed, 29 May 2002 14:43:39 -0400
On Wednesday, May 29, 2002, at 12:55 PM, Matt Neuburg wrote:
So you're saying that if I use a Cocoa way of getting a pathname for
this
file inside X's A - let's say, for example, that I drag-and-drop a file
inside X's A onto my app - that I will get a different NSString than
if I
do the same thing with a file that has the same name but is inside Y's
A?
In other words, they will not both be
/Volumes/A/myFileName
Is that what you're saying?
Yes. The POSIX path will always be unique.
/Volumes/A/myFileName
/Volumes/A-1/myFileName
For instance.
Jim
_______________________________________________
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.