SharpCvsLib

WorkingDirectory.ToLocalPath Method 

Convert the directory name to a win32 directory name with the appropriate slashes. TODO: Clean up this dirty bad boy and move the functionality to the Manager

[Visual Basic]
Public Function ToLocalPath( _
   ByVal orgPath As String _
) As String
[C#]
public string ToLocalPath(
   string orgPath
);

Parameters

orgPath
The directory path.

Return Value

Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.Misc.WorkingDirectory.ToLocalPath(System.String)

See Also

WorkingDirectory Class | ICSharpCode.SharpCvsLib.Misc Namespace