Click or drag to resize
SbFileHelperIsFileSystemUrl Method

Returns true if the filename is a file system URL like: file://...

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

Parameters

filename
Type: SystemString

Return Value

Type: Boolean
Remarks