| 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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