Click or drag to resize
SbFileHelperToWindowsPath Method

Converts a Unix path (with '/') to a Microsoft Windows path (with '\').

Namespace: OIV.Inventor.Helpers
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static string ToWindowsPath(
	string path
)

Parameters

path
Type: SystemString

The path to convert.

Return Value

Type: String

The converted path

Remarks

See Also