read NTFS file system

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?
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.