neilontherock 0 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 Share this post Link to post Share on other sites
wakillon 403 Posted September 1, 2010 You're right !I have try with differents way and strangely it return always false ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites