Click or drag to resize
SbFileHelperToUnixPath Method

Converts a Microsoft Windows path (with '\') to a Unix 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 ToUnixPath(
	string path
)

Parameters

path
Type: SystemString

The path to convert.

Return Value

Type: String

The converted path

Remarks

A leading "\\" (used for network paths) is not converted.

See Also