Skip navigation.
 
mlRe: Old style pathname
FROM : Ali Ozer
DATE : Fri Jan 24 17:58:56 2003

> Now I want to show to the user the pathname with the name of the disk
> like
> MacintoshHD/myFirstFolder/mySecondFolder/myFile


10.2 has a new call available in NSFileManager:

- (NSArray *)componentsToDisplayForPath:(NSString *)path;

Ali
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlOld style pathname Lorenzo Puleo Jan 23, 23:15
mlRe: Old style pathname Ali Ozer Jan 24, 17:58
mlRe: Old style pathname Nathan Day Jan 26, 13:25