SbFileHelperMakeFileSystemURL Method |
Converts a filename to a file system URL.
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 MakeFileSystemURL(
string filename
)
Public Shared Function MakeFileSystemURL (
filename As String
) As String
public:
static String^ MakeFileSystemURL(
String^ filename
)
static member MakeFileSystemURL :
filename : string -> string
Parameters
- filename
- Type: SystemString
The file name to convert
Return Value
Type:
StringThe converted filename.
Remarks Actually it just adds the string file:// to the filename, if and only if the filename is not already a file system URL.
See Also