Re: How to get the current classic Sytem folder path?
Re: How to get the current classic Sytem folder path?
- Subject: Re: How to get the current classic Sytem folder path?
- From: Daniel Jalkut <email@hidden>
- Date: Thu, 6 Mar 2003 17:37:30 -0800
That should work, and is the "correct" way to locate it. Make sure the
classic system folder you have configured actually works (e.g. boots to
completion on launching a classic app) and if it does, and is still not
being returned by FindFolder, you should file a bug with Apple.
Daniel
On Thursday, March 6, 2003, at 04:39 AM, TACKEL wrote:
Hi,
Does anybody know how to get the path of the current classic System
Folder?
I'm using:
FindFolder(kClassicDomain,kSystemFolderType,
kDontCreateFolder,&foundVRefNum,&foundDirID);
GetFolderName(kClassicDomain,kSystemFolderType,&foundVRefNum,name);
NSLog ([NSString stringWithCString: name]);
But I get: "\\006Systems" Not "/System Folder" that is what I'm
looking for.
Thanks,
Tackel
_______________________________________________
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.
_______________________________________________
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.