-
Hi, is somewhere better explained lifecycle of each operation (reading file, writing file, etc.)? I know nothing about filesystem and is almost impossible to write something functional with this library and debugging it is very painful. I can only copy paste from example code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Kubas556 , Dokan-dotnet is just a wrapper of the C library. You can look at https://dokan-dev.github.io/dokany-doc/html/ that explains the workflow of the calls. Otherwise, Dokan just transfers what the system is requesting so Microsoft documentation is really the core documentation to look at and understand how it works. |
Beta Was this translation helpful? Give feedback.
If you are interested in CreateFile you can look here, or WriteFile etc