getfsize


Purpose
Get the size of a file.
Synopsis
function getfsize(filename:string):integer
Argument
filename 
Name (and path) of the file
Return value
The size of the file in bytes or -1 in case of error
Further information
The function returns -1 if the file cannot be found or accessed and INT_MAX if the size exceeds the integer capacity (˜2Gb).


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.