以字节为单位返回指定文件的大小.
FileGetSize ( "文件名" )
Local $iSize = FileGetSize(@SystemDir & "\notepad.exe") MsgBox(4096,"","记事本的大小为:" & $iSize & "字节")