Obtain the size of the specified file.
"path/file" - the file to obtain the size of.
A long containing the length of the specified file in bytes.
println("My file size is: " . lof("lof.sl") . " bytes");
My file size is: 57 bytes