Method GetAliasPath
GetAliasPath(string)
Gets the absolute path defined for the given directory alias (see nwn.ini).
public string GetAliasPath(string alias)
Parameters
aliasstringThe alias name.
Returns
- string
The path defined for the specified alias, otherwise null if the alias could not be found.