FileSize
Returns the size of a file.
Syntax
-
FileSize(s)
-
s
is a string
-
Description
If s
is a fully-qualified file name, then FileSize(s)
is the size of this file in bytes.
Examples
FileSize("C:\WINDOWS\explorer.exe")
3229696