Haven't used Dokan yet, but looks very interesting & powerful so far.
Question: can I create a virtual drive with Dokan? I mean can I create
a new drive letter, and implement whatever I want to happen when other
apps open files & folders on it? (including windows explorer itself)
That is, can I implement CreateFile, FindFirstFile / FindNextFile,
CreateDirectory, DeleteFile, etc specifically for this virtual drive?
--
You received this message because you are subscribed to the Google Groups "Dokan" group.
To post to this group, send email to do...@googlegroups.com.
To unsubscribe from this group, send email to dokan+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dokan?hl=en.
The mirror example is basically implementing a filesystem on top of the regular filesystem again.
- Jurjen
-----Oorspronkelijk bericht-----
Van: do...@googlegroups.com [mailto:do...@googlegroups.com] Namens Richard B
Verzonden: donderdag 24 februari 2011 11:07
Aan: Dokan
Onderwerp: [Dokan] Re: creating virtual drive with Dokan?
Thanks again!
--