







Converts a system path to a Unix style path with "/".
Namespace:
Moxiecode.Manager.Utils
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public static string ToUnixPath( string path ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ToUnixPath ( _ path As String _ ) As String |
| Visual C++ |
|---|
public: static String^ ToUnixPath( String^ path ) |
Parameters
- path
- Type: System..::.String
Path to convert.
Return Value
[Missing <returns> documentation for "M:Moxiecode.Manager.Utils.PathUtils.ToUnixPath(System.String)"]
