Converts a relative or absolute Unix path to a Windows path fragment, and replaces any Windows filesystem-illegal characters with underscores.
Overload List
Overload | Description |
ConvertToWindows(String) |
Converts a relative or absolute Unix path to a Windows path fragment, and replaces any Windows filesystem-illegal characters with underscores.
|
ConvertToWindows(String,String,String) | Converts a Unix path to a Windows path, replacing unixRoot with windowsRoot, and any Windows filesystem-illegal characters with underscores. |
See Also