FileSize Syntax FileSize(filename); filename A string specifying the path and name of the file. Description Returns the size of the specified file. Returns The file size in bytes. If the file is not found, -1 is returned. Example $size = FileSize("c:\my_file.txt");
FileSize(filename);
filename
$size = FileSize("c:\my_file.txt");