Pal, Peter's AutoIt Library News
Library for window, GUI, controls, string, math, data lists, dialogues
Brought to you by:
peverbeek
_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.