I need to write File System Filters to hide all files/folders. Can I use Dokan library to write it using C#?
Asked
Active
Viewed 1,105 times
1 Answers
0
File system drivers and file system filter drivers have different architectures. Consequently, you can't. The only option to have a FS filter without writing a kernel-mode driver (or take some other FS filter driver code and modify it) is use our CallbackFilter.

Eugene Mayevski 'Callback
- 45,135
- 8
- 71
- 121