Mac OS 9 Directories?

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Mac OS 9 Directories?

Post by Garrett »

Greetings,

In OS X I use /Users/<user name>/Library/Application Support/<my app>
as the path to save data files related to my program.

What is the appropriate directory path in OS 9? And, what would be on
OS X running the Classic emulator?

Thanks in advance,
-Garrett
kray
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 56
Joined: Sat Apr 08, 2006 5:28 pm
Contact:

Re: Mac OS 9 Directories?

Post by kray »

Garrett wrote:Greetings,

In OS X I use /Users/<user name>/Library/Application Support/<my app>
as the path to save data files related to my program.

What is the appropriate directory path in OS 9? And, what would be on
OS X running the Classic emulator?
Garrett, I have a list of all the "specialFolderPath" codes for Win/OSX/OS9 at: http://www.sonsothunder.com/devres/revo ... ile010.htm. This shows that the comparable folder on OS 9 is:
  • /HD/System Folder/Application Support
and can be gotten with specialFolderPath("asup"). For emulated Classic, I'd assume that it's:
  • /System Folder/Application Support
although you wouldn't be able to use specialFolderPath() to get it as there isn't a code for that folder (AFAIK).
Ken Ray
Sons of Thunder Software
Email: kray@sonsothunder.com
Web site: http://www.sonsothunder.com
Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Post by Garrett »

Thanks :-)

-Garrett
Post Reply