filesize comparison
i am using NSIS-DL and I was wondering if its possible to compare the size of a file downloaded with it to a value in an ini file. i already know how to do the latter, but is there a function in NSIS to get the size of a file?
Archive: filesize comparison
filesize comparison
i am using NSIS-DL and I was wondering if its possible to compare the size of a file downloaded with it to a value in an ini file. i already know how to do the latter, but is there a function in NSIS to get the size of a file?
Use an ExtensionDll to do the job. See the attachment.
Have fun, greetz,
-Hendri.
Oops, NSIS is sooo powerfull! I almost forgot that this can easily be done with just a few NSIS commands!
Check the new tiny script. It is much more efficient than using an ExtensionDll :).
Have fun, greetz,
-Hendri.