[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Gets the size for the specified file name.
Source position: lazfileutils.pas line 135
function FileSizeUtf8( |
const Filename: string |
):Int64; |
Filename |
|
File name examined in the function. |
Size of the file on the local file system.
FileSizeUTF8 is an Int64 function used to get the size for the file specified in the UTF-8-encoded Filename argument. FileSizeUTF8 calls Utf8ToSys to convert the value in Filename to the system string type type, and calls the FindFirst routine in the SysUtils unit to get the size for the specified file name.
Version 4.0 | Generated 2025-05-03 | Home |