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: 10.12.3.0 (10.12.3.0)
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