Jump to content

Recommended Posts

Posted

Well, topic says it all. I found http://www.autoitscript.com/fileman/users/public/Lazycat/, but it's offline by now. Any other way to GetImageSize?

Posted (edited)

Hope this helps

#include <GUIConstants.au3>

; add your file name, change - Drive\path\????
$File_name= @TempDir & "\????" 

$File_size=FileGetSize ($File_name)

MsgBox(64, "My File Size" , $File_name & "     " & @CRLF & @CRLF & " Has " & $File_size & " bites", 15)

as long as the file was saved first

good luck

Edited by Valuater

NEWHeader1.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...