Declaration

function GetAliasPathEx(const aName: string; out aPath: string): TnxResult;

 
Description

Returns the path an alias points to. Remember that this is always a server relative path! It returns the error code as function result.

 
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