Windows equivalent of fstatfs() or fstatvfs()?

D

Dave

Is there a Windows equivalent to the Unix statfs() or statvfs() call? In
other words is there any function that you can pass a file handle to and get
back disk space information?

Thanks!
 
K

Keith Thompson

Dave said:
Is there a Windows equivalent to the Unix statfs() or statvfs() call? In
other words is there any function that you can pass a file handle to and get
back disk space information?

The people who know the answer to this hang out in newsgroups with
"windows" or "win32" in their names.
 
M

Mike

Is there a Windows equivalent to the Unix statfs() or statvfs() call? In
other words is there any function that you can pass a file handle to and get
back disk space information?

There is, but it's much longer and complicated.
Search for 'FindFirstFile' and 'FindNextFile'.

Mike

*** ***
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top