without having to use the file_bin_open functions.
Why do I need this?
Well, if you ever need to check size of a used/busy file, then this functions can
be really helpful. This is also much faster, and if you want to index a folder with
files and find their size, this can be useful. Also, if the file is in use in that folder
you want to index, you can't because file_bin_open can't open busy files, but
this function can still read the size.
General information.
This dll was originally written by me, but because of extremely huge file size
(my fault), and a few bugs with file bigger than 4gb. score_under rewrote the
dll in asm, so now it supports files over 4gb and the dll size itself is under 1kb.
The dll file contains only one function witch is:
get_file_size(filename);
Download:

The zipfile comes with an example of how to use it (for whatever reason you
would need that..), the filesize.dll and the gml script.
Enjoy, and there is no need to give credits if used.
Edited by Wireless, 12 January 2010 - 02:26 PM.











