Dokan.NET 0.1.9 released
June 30th, 2008 in .NET
Today Dokan.NET 0.1.9 is released.
Dokan.NET is a library to write a file system in C# or other .NET languages. Why don’t you make a your original Windows file system?
Changes from 0.1.8
- Fixed time in SetFileTime
- Fixed DokanFileInfo.Context
DokanNET.dll in Dokan SSHFS is not updated, so If you fix SetFileTime problem in DokanSSHFS, please copy new version of DokanNET.dll to DokanSSHFS directory.
Thank you, Sebastia and Alex for your information.
Hi Hiroki,
I may have found a bug. I can easily access the processID through info.ProcessId in e.g. ProcessId, CloseFile, etc.
However, in CreateFile info.ProcessId is always 0.
Hello, Sebastian
It was Dokan.NET’s bug so I released new version.
Thanks you again.