Convert a URI to a filename.
Source position: uriparser.pp line 51
function URIToFilename( |
const URI: string; |
out Filename: string |
):Boolean; |
URI |
|
URI to analyse. |
Filename |
|
Resulting filename. |
True if a filename was extracted from the URI.
URIToFilename returns a filename (using the correct Path Delimiter character) from URI. The URI must be of protocol File or have no protocol.
If the URI contains an unsupported protocol, False is returned.
|
Return a relative link. |
|
|
Construct a URI from a filename. |