Search:
Forum
Windows Programming
read NTFS file system
read NTFS file system
Nov 8, 2011 at 6:40pm UTC
bergerious
(1)
Hi I want to know how many files is there in my drive that is less than 10k.
so i want to read Master file table.
i hear that i can use API.
Now Which API can Help me?
Nov 8, 2011 at 8:47pm UTC
andywestken
(4094)
You don't need to read the master file table to answer that question. FindFirstFile/FindNextFile/FindClose will provide you with the files sizes.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs