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.