fileinfo FileSize property
Return to Introduction  Previous page  Next page
Applies to
dcFileInfo and dcFileTail components.  

Declaration
property FileSize: Int64; // Read only!  

Description
The FileSize property determines the size of the file specified in the FILENAME property.  

Remarks
iiinfo Since the Delphi 3 and C++ Builder 3 does not supports the Int64 type, the FileSize for these Delphi/BCB versions uses the "Extended" (float) type. Int64 are used in the Delphi4 and higher.  

See also
DisplayName, FileAttributes, FileType, TimeCreated, TimeLastModified properties.  
File not found.