Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to develop an application related to data hiding and security so I need to access and manipulate the filesystem records of FAT and NTFS filesystems.. Can anyone help me in finding solution for the above problem.
Posted
Updated 4-Nov-14 4:51am
v3
Comments
PIEBALDconsult 4-Nov-14 10:51am    
Not if you shout.
pasztorpisti 5-Nov-14 4:55am    
A solid solution should work on the level of the Virtual File System and not on the level of a concrete file system implementation (FAT, NTFS). http://en.wikipedia.org/wiki/Virtual_file_system

Each file system has its own low level API for such things - so I'd suggest C is the better language to use.

I suggest you do some reading on MSDN[^] and, if still interested, get the book Windows Internals[^]

This is a big topic though - be prepared to put in some significant work.
 
Share this answer
 
You should also take a look at Introduction to File System Filter Drivers[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900