[futurebasic] Re: [FB] FSSpec for Home folder

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2005 : Group Archive : Group : All Groups

From: Brian Stevens <brilor@...>
Date: Mon, 23 May 2005 07:25:12 -0700
On May 23, 2005, at 6:49 AM, Steve Crossman wrote:

> Is there a function that will return the FSSpec or volume reference  
> number of a User's Home folder ?
>
>
> tia
>
> ~ steve
>
> --
>
>

Steve,

Just did  quick look.  Here are three constants to use with  
FindFolder and this technote: http://developer.apple.com/technotes/tn/ 
tn1186.html  might be helpful too.

kCurrentUserFolderType: The folder for the currently logged on user.
kCurrentUserRemoteFolderLocation: The remote folder for the currently  
logged on user
kCurrentUserRemoteFolderType: The remote folder location for the  
currently logged on user

Brian S.