[Overview][Types][Procedures and functions][Index] Reference for unit 'URIParser' (#fcl)

FilenameToURI

Construct a URI from a filename

Declaration

Source position: uriparser.pp line 50

function FilenameToURI(

  const Filename: string;

  Encode: Boolean = True

):string;

Arguments

Filename

  

Filename to construct URI from

Encode

  

True if invalid Path characters in FileName are encoded (escaped) in the URI

Function result

file: protocol URI

Description

FilenameToURI takes Filename and constructs a file: protocol URI from it.

Errors

None.

See also

URIToFilename

  

Convert a URI to a filename


Documentation generated on: May 14 2021