SbFileHelperToWindowsPath Method |
Converts a Unix path (with '/') to a Microsoft Windows path (with '\').
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static string ToWindowsPath(
string path
)
Public Shared Function ToWindowsPath (
path As String
) As String
public:
static String^ ToWindowsPath(
String^ path
)
static member ToWindowsPath :
path : string -> string
Parameters
- path
- Type: SystemString
The path to convert.
Return Value
Type:
StringThe converted path
Remarks See Also