| 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.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static string FileSystemURLToFilename(
	string url
)
Public Shared Function FileSystemURLToFilename ( 
	url As String
) As String
public:
static String^ FileSystemURLToFilename(
	String^ url
)
static member FileSystemURLToFilename : 
        url : string -> string 
Parameters
- url
 - Type: SystemString
The URL to convert. 
 
Return Value
Type: 
StringThe converted filename. 
Remarks
See Also