FinalVersion Posted February 19, 2010 Posted February 19, 2010 This is the example it gives. $size = FileGetSize("AutoIt.exe") It doesn't even work. Anyway I want to get the size of "C:\Windows\System 32\drivers\etc\host". How can I do this? [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
99ojo Posted February 19, 2010 Posted February 19, 2010 Hi, try: MsgBox (0, "", "Filesize hosts (bytes): " & FileGetSize (@SystemDir & "\drivers\etc\hosts")) ;-)) Stefan
FinalVersion Posted February 19, 2010 Author Posted February 19, 2010 Yeah that worked. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
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