Menu

Version 1.16 released: _FileGetSizeTimed()

_FileGetSizeTimed () may be used after downloading a file. Immediately after downloading has been finished Windows isn't ready to report the file size. The AutoIt FileGetSize() will return 0 but _FileGetSizeTimed() will try to return the size and your program may be resumed directly.

Posted by Peter Verbeek 2018-07-01 Labels: file size download time wait pause sleep timed

Log in to post a comment.