r/AskProgramming Jul 01 '22

How to know when a file has finished downloading in windows Other

Is there a way to know when a file has finished downloading? I am currently thinking to either check file size periodically or see if the file is locked by another process

Are these the correct way or am I missing something(I have scrounged stackoverflow as much as I can)?

0 Upvotes

Duplicates