You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Expands a relative path into an absolute path.

Syntax

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

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

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

See Also

IsDirectory, IsNetworkPath

  • No labels