Re: Path to documents folder
Re: Path to documents folder
- Subject: Re: Path to documents folder
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 27 Jan 2001 19:02:50 -0800
On 1/27/01 6:46 PM, "Peter Gort" <email@hidden> wrote:
>
Hi People,
>
>
There is a (path to preferences folder) that correctly returns the apth to
>
the preferences folder of whichever user is logged into the computer
>
(Multiple Users under Mac OS 9 and 9.1).
>
>
However there does not appear to be a (path to documents folder). Does
>
anybody know of a way to get to the currently logged in User's Documents
>
folder?
Hi, Peter
(path to startup disk) as string & "Documents:"
gives you the string version.
alias ((path to startup disk) as string & "Documents:")
gives you the actual folder (if it exists on the root hard disk, and hasn't
been moved somewhere else).
--
Paul Berkowitz