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: 2024.1.1.0 (2024.1.1)
Syntax
public static bool IsFileSystemUrl(
	string filename
)

Parameters

filename
Type: SystemString

Return Value

Type: Boolean
Remarks