[Overview][Types][Procedures and functions][Index] |
Construct a URI from a filename
Source position: uriparser.pp line 50
function FilenameToURI( |
const Filename: string; |
Encode: Boolean = True |
):string; |
Filename |
|
Filename to construct URI from |
file: protocol URI
FilenameToURI takes Filename and constructs a file: protocol URI from it.
None.
|
Convert a URI to a filename |