SharpCvsLib

PathTranslator.ConvertToOSSpecificPath Method 

Convert the back slashes and front slashes in the path string to the direction preferred by the os.

[Visual Basic]
Public Shared Function ConvertToOSSpecificPath( _
   ByVal path As String _
) As String
[C#]
public static string ConvertToOSSpecificPath(
   string path
);

Parameters

path
The path to convert.

Return Value

The os friendly path string.

See Also

PathTranslator Class | ICSharpCode.SharpCvsLib.FileSystem Namespace