This document is archived and information here might be outdated. Recommended version. |
The local path corresponding to the given absolute path.
[Visual Basic .NET]
Public Sub LocalPath ( _
ByVal absPath As String, _
ByRef locPath As String _
)
[C#]
public void LocalPath (
string absPath,
ref string locPath
);