Jump to content

Recommended Posts

Posted (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 by neilontherock

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...