Small company logo:
   History
 
Advertising banner:
 
 ServerFile.AliasFromPath
Home • Help • Customization Tools • FCAS • Language Reference • ServerFile.AliasFromPath
 
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")