Small company logo:
   History
 
Advertising banner:
 
 ServerFile.AliasFromUsersPath
Home • Help • Customization Tools • FCAS • Language Reference • ServerFile.AliasFromUsersPath
 
Purpose
Links the specified container from the specified user and path to the current location.
Syntax
ServerFile.AliasFromUsersPath (UserID, Path)


UserID
A string representing the user's ID.
Path
A string representing the path to the container from the current location.

Example
Dim sf as ServerFile

sf.OpenFile("Conferences")
sf.AliasFromUSersPath("gerald", "MyConference")