Search the Community
Showing results for tags 'InetGetInfo'.
-
I am using this code to Download a file I don't know correct way of checking error during downloading Global $DownloadStatus = InetGet($url, $fileName, Default, $INET_DOWNLOADBACKGROUND) While 1 $ArrayOFDownloadStatuts = InetGetInfo($DownloadStatus) If Not $ArrayOFDownloadStatuts[4] = 0 Th...
- 4 replies
-
- inetget
- downloading
-
(and 2 more)
Tagged with:
-
Prior to posting this question, I have experimented with using FileExists, InetGetInfo and InetGet/InetClose functions to test downloading files into my application folder, in case if my file did not already exist. In my case, I was able to pinpoint to a very specific web address, eg.) https://drop...
- 5 replies
-
- FileExists
- DllCall
-
(and 4 more)
Tagged with: