filename$ = any valid variable with path/filename |
Often it will be useful to return the size of a file. File size is important for copying, reading, and other file evolutions. |
; Windows 2000/XP users will need to change location of calc.exe
filename$="c:\windows\calc.exe" Print "The size of the file is: " + FileSize(filename$) Print "Press any key to quit." WaitKey() |