ExpandPath(relative_path)

Returns a path equivalent to the relative_path appended to the base template path. Note the following:

See also FileExists, GetDirectoryFromPath, and GetFileFromPath.

relative_path

Any relative path. ExpandPath converts relative directory references (.\ and ..\)to an absolute path. The function throws an error if this argument or the resulting absolute path is invalid.