Hi
can u help me to listing number of file systems that have sizes between 1k to 10k and 10k to 100k ... in c++?
I need it soon
Thanks alot

Recommended Answers

All 3 Replies

If you mean files (a file system is something quite different), this is dependent on your operating system and the libraries/API that you've got access to. What operating system are you using?

hi,my operating system is Microsoft windows Xp,i don't have NTFS's libraries/APi

You don't need NTFS-specific library, there are higher-level FS-agnostic APIs to get the minimal information you need. I did a quick search for "recurse through directory" on http://msdn.microsoft.com/ and found this discussion, which includes enough source-code to get you started.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.