fileflush bluescreen windows 7 x86
I had noticed that FileGetSize() was not working properly on win7 and vista. it appears to be a problem with windows in that it does not like to instantly update the file size of any given file. i had found a workaround for this issue by placing a fileflush() before filegetsize() which fixed the issue, the code attached will run for about 1hr to 3 hours before i get BSOD with error code(s) 0x7A and 0x7F. The code is not ran on the OS Partition but another partition on the same drive. The Code it designed to grab music from a web-radio server using wget.exe.
Downloader