The function checks the size of the defined file. |
Synopsis
int getFileSize(string path); |
Parameters
Parameter |
Meaning |
path |
Path and name of the file, to be checked. |
Return value
The function returns the file size in bytes if OK or in the event of an error, -1. |
Error
If the file does not exist. |
Description
The
function checks the size of the defined file. Copying large files can
cause |
Example |
main() |
Relates to
File functions |
Availability
UI, CTRL, DP |
See also
V 3.11 SP1
Copyright