ExtractFileSize function
|
![]() ![]() ![]() |
acUtils
|
function ExtractFileSize(FileName: String): Extended;
|
The ExtractFileSize function returns the size (in bytes) of file specified in FileName parameter. The return value is number with floating point. Use FloatToStr function to convert the return value to string.
|
Function returns -1 if specified file couldn't be found or opened.
|
FileSizeToStr function.
|