neilontherock Posted August 31, 2010 Posted August 31, 2010 (edited) Why does InetClose always returns false? example code: Local $hDownload = InetGet($oLink.href, $Downloadfile,1,1) Do Sleep(250) Until InetGetInfo($hDownload, 2) ; Check if the download is complete. Local $InetCloseResult = InetClose($hDownload) ;InetCloseResult this always returns False but would of expected True but perhaps this function is just a safety check. Edited August 31, 2010 by neilontherock
wakillon Posted September 1, 2010 Posted September 1, 2010 You're right !I have try with differents way and strangely it return always false ! AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
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