ExpandPath()
Creates an absolute, platform-appropriate path that is equivalent to the value of relative_path, appended to the base path.
This function (despite its name) can accept an absoluteor relative path in the relative_path attribute
ExpandPath( relative_path=string );
Returns: String
Examples
There are currently no examples for this function.