ToOSPath Method

MCManager API

Converts a Unix style path to a local file system path.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public static string ToOSPath(
	string path
)
Visual Basic (Declaration)
Public Shared Function ToOSPath ( _
	path As String _
) As String
Visual C++
public:
static String^ ToOSPath(
	String^ path
)

Parameters

path
Type: System..::.String
Unix style path to convert.

Return Value

Local file system path.

See Also