Purpose
Links the specified container to the current location.
Syntax
ServerFile.AliasFromPath (Path)
Path |
A string representing the path to the container from the current location. |
Example
Dim sf as ServerFile
sf.OpenFile("Conferences")
sf.AliasFromPath("Storage|MyConference")
|