Thread
:
How to get free disk space in win32
View Single Post
#
2
(
permalink
)
July 3rd, 2004, 10:48 AM
nokomis
Authorized User
Join Date: Dec 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
struct dfree dtable;
getdfree(1, &dtable);
discspace = (long) dtable.df_avail * (long)dtable.df_bsec * (long)dtable.df_sclus;
Georges
nokomis
View Public Profile
Find all posts by nokomis