| SbFileHelperIsFileSystemUrl Method  | 
Returns true if the filename is a file system URL like: file://... 
 
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static bool IsFileSystemUrl(
	string filename
)
Public Shared Function IsFileSystemUrl ( 
	filename As String
) As Boolean
public:
static bool IsFileSystemUrl(
	String^ filename
)
static member IsFileSystemUrl : 
        filename : string -> bool 
Parameters
- filename
 - Type: SystemString
 
Return Value
Type: 
Boolean
Remarks
See Also