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: 10.12.3.0 (10.12.3.0)
Syntax public 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:
BooleanRemarks See Also