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")
|