[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Gets the URL with file path information for the specified file name.
Source position: lazhelpintf.pas line 586
function FilenameToURL( |
const Filename: string |
):string; |
Filename |
|
File name converted to a URL in the function. |
URL for the specified file name.
FilenameToURL is a String function used to get the URL value for the specified file name. FilenameToURL calls FilenameToURLPath to get the file path information needed for the URL. The value 'file://' is prepended to the return value to indicate that the file URL scheme is used in the URL.
Version 4.0 | Generated 2025-05-03 | Home |