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