Click or drag to resize
SbFileHelperFileSystemURLToFilename Method

Converts a file system URL to a regular filename E.g "file:///c:/temp/test.dat" becomes "c:/temp/test.dat".

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 FileSystemURLToFilename(
	string url
)

Parameters

url
Type: SystemString

The URL to convert.

Return Value

Type: String

The converted filename.

Remarks

See Also