History |
AliasFromUsersPath (server files)
Purpose
Links the specified container from the specified user and path to the current location.
Syntax
ServerFile.AliasFromUsersPath (UserID, Path)
Example
Dim sf as ServerFile
sf.OpenFile("Conferences")
sf.AliasFromUSersPath("gerald", "MyConference")
| ||||||