Closed rjamesnw closed 7 years ago
Hi @rjamesnw ,
Dokan make you able to create whatever filesystem you would like, not only a mirror of an existing file system. FS can be a view of SQL server, websites ....
I think you are more interested in a MiniFilter
Thanks - yeah, I saw that already; not sure I want to go down that road yet lol. ;)
Well it is the purpose of it and I can understand your reaction :'( Dokan would not really help unless you create a mirror and would say to only use the mirror but probably overkill if you just wanna look at the read/write.
Does this answer your questions ?
Quick question: Do I have to implement the whole system (as in my own FAT/NTFS/Etc) or, at my programs discretion, ignore certain file read/write requests and have it fall back to the default file system driver? I'm interested in intercepting file reads/writes in only some but not all cases.
Also, for .Net, I assume I have to:
And that's all I need to get started for .Net?