There is a ConvertColonToSlash in MacOSPlatformUtils. Looking at the cpp, it seems pretty simple -- you will need to trim off the "Macintosh HD" from the front when it's done.
adam -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 12:35 AM To: [EMAIL PROTECTED] Subject: Re: Mac OS X paths Actually, another app is feeding the path to my program, so the path will be in Mac OS X format. So, it might have : in the path. The data is given to my app in an app-specific format which is easily changed to a char*. After that I have had a difficult time getting very far ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
