Re: get free disk space in win32
- Posted by useless Dec 21, 2009
- 1209 views
jimcbrown said...
ssallen said...
Hello again,
Another inane question from yours truly. What is the best way to get the amount of free disk space under win32?
Thanks in advance!
Steve A.
The easiest way might be to take the 4.0 library functions disk_size() and disk_metric() and adapt the code for user under 3.1
http://oe.cowgar.com/docs/eu400_0055.html#_991_disk_size http://oe.cowgar.com/docs/eu400_0055.html#_986_disk_metrics
And look at the code in http://rapideuphoria.svn.sourceforge.net/viewvc/rapideuphoria/trunk/include/std/filesys.e?revision=2682
Does this mean Eu v4 is not returning the correct disk sizes over 4gbytes due to a 32bit integer or atom limit?
useless