History |
AliasFromPath (server files)
Purpose
Links the specified container to the current location.
Syntax
ServerFile.AliasFromPath (Path)
Example
Dim sf as ServerFile
sf.OpenFile("Conferences")
sf.AliasFromPath("Storage|MyConference")
| ||||