Table of Contents

Method GetAliasPath

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetAliasPath(string)

Gets the absolute path defined for the given directory alias (see nwn.ini).

public string GetAliasPath(string alias)

Parameters

alias string

The alias name.

Returns

string

The path defined for the specified alias, otherwise null if the alias could not be found.