Nanaki Posted March 20, 2005 Posted March 20, 2005 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?
Valuater Posted March 21, 2005 Posted March 21, 2005 (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 March 21, 2005 by Valuater
CyberSlug Posted March 21, 2005 Posted March 21, 2005 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?<{POST_SNAPBACK}>Try #27240 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now