Click or drag to resize
SbFileHelperMakeFileSystemURL Method

Converts a filename to a file system URL.

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 MakeFileSystemURL(
	string filename
)

Parameters

filename
Type: SystemString

The file name to convert

Return Value

Type: String

The converted filename.

Remarks

Actually it just adds the string file:// to the filename, if and only if the filename is not already a file system URL.

See Also