Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Expands a relative path into an absolute path.

Syntax

Code Block
NewPath = SRP_Path("Expand", Path)

Parameters

ParameterDescription
PathA path without command line parameters.

Returns

The newly expanded path.

Remarks

The Expand service converts any relative path, or path with relative components somewhere inside of it, into an absolute path. 

Example

Code Block
Result = SRP_Path("Expand", "C:\Revsoft\.\OInsight\..\OInsight\.\BMPS")

Result will contain "C:\Revsoft\Oinsight\BMPS".

See Also

IsDirectory, IsNetworkPath