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

Argument Description
relative_path
string, required

Relative or absolute directory reference or filename, within the current directory, (.\ and ..\) to convert to an absolute path.

Can include forward or backward slashes.

Alias: relativePath, path

Examples

There are currently no examples for this function.

See also