Declaration

procedure GetAliasPath(const aName: string; out aPath: string);

 
Description

Returns the path an alias points to. Remember that this is always a server relative path! The method triggers an exception if it fails.

 
Parameters

const aName: string

AliasName

out aPath: string

will hold the path after the method returns

 
See Also

 
AddAliasEx
, DeleteAlias, DeleteAliasEx, ModifyAlias, ModifyAliasEx, GetAliasNames, GetAliasNamesEx, GetAliasPath, GetAliasPathEx, IsAlias

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxBaseSession