Very new to Dokan so any assistance will be greatly appreciated.
I would assume this is duable, but can the Dokan library watch a
specific folder and any time a sepcific file type is created or
modified have that file copied to a secondary folder for audits.
The .NET FileSystemWatcher almost works, but one problem is that its a
post process event. The file has already been created or saved and
depening on timing, the file could have already been deleted.
(Automated service moving files around). I would assume a file system
driver like Dokan would capture these changes at a lower level and
thus avoid the possibility of the file being deleted.
Thanks,
-Michael
--
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.
1) Does it always create a drive letter when I use this library.
Ideally I don't want my watched folder to come up as say N Drive
2) Is there any best practices or guidance regarding unmounting. If my
application runs I was figuring I would mount on startup then unmount
on exit. Just want to make sure stopping and restarting application
multiple times is taken into account.
On Jan 4, 10:38 am, Nicolás Iglesias <n...@cleversight.com> wrote:
> Hi
>
> Just attach your dokan driver to that specific folder and watch over the
> usual events (WriteFile,ReadFile,etc)... the rest, it's up to your
> imagination.
>
> 2010/1/4 MichaelK <mkob...@gmail.com>
>
>
>
>
>
> > Hello,
>
> > Very new to Dokan so any assistance will be greatly appreciated.
>
> > I would assume this is duable, but can the Dokan library watch a
> > specific folder and any time a sepcific file type is created or
> > modified have that file copied to a secondary folder for audits.
>
> > The .NET FileSystemWatcher almost works, but one problem is that its a
> > post process event. The file has already been created or saved and
> > depening on timing, the file could have already been deleted.
> > (Automated service moving files around). I would assume a file system
> > driver like Dokan would capture these changes at a lower level and
> > thus avoid the possibility of the file being deleted.
>
> > Thanks,
> > -Michael
>
> > --
>
> > 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 <dokan%2Bunsu...@googlegroups.com>.
> > For more options, visit this group at
> >http://groups.google.com/group/dokan?hl=en.
>
> --
> Nicolas Iglesias.
> cleverSIGHT, development evolved...- Hide quoted text -
>
> - Show quoted text -
To unsubscribe from this group, send email to dokan+un...@googlegroups.com.