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. Example $size = FileSize("c:\my_file.txt");
FileSize(filename);
filename
$size = FileSize("c:\my_file.txt");