I add network filesystem support.
This enables you to mount your filesystem as network filesystem.
This feature works with network provider dll (dokannp.dll).
http://code.google.com/p/dokan/source/detail?r=18
http://code.google.com/p/dokan/source/detail?r=19
Build and copy dokannp.dll to WINDOWS\System32
Register network provider dll to system : dokanctl.exe /i n
(Unregister network provider : dokanctl.exe /r n)
mirror.exe /r root_path /l drive_letter /n
/n option means to mount as network drive
This is a experimental implementation and not tested well.
When you try it, please use virtual machine.
BTW,
In this codes, I modified registry entries directly
http://code.google.com/p/dokan/source/diff?spec=svn18&r=18&format=side&path=/trunk/dokan/mount.c
If there is a way not to touch registry, please let me know.
Thanks,
Hiroki Asakawa