|
-
May 12th, 1999, 04:11 AM
#1
Detecting free HDD space
How do I detect free disk space on a HDD ?
Thanks
-
May 12th, 1999, 05:13 AM
#2
Re: Detecting free HDD space
Check out the GetDiskFreeSpace() API call.
-
May 12th, 1999, 05:50 AM
#3
Re: Detecting free HDD space
just want to mention, that GetDiskFreeSpace is considered obsolete. The new GetDiskFreeSpaceEx works for even really big disks.
-
May 12th, 1999, 07:08 AM
#4
Re: Detecting free HDD space
OK, thankyou. We are still using VC++ V4.0 at work, so that method isn't available, but you're right - if it is there, you should use it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|