User-Mode File System #329
Replies: 2 comments 3 replies
-
Hi @TonyValenti ,
That should be fine.
Dokan or any other solution creating a virtual drive will need to install a driver on the system.
It needs to be installed separately. It contains the driver and the native library used by the Nuget package.
Yes
Unfortunately no, there is a beginning of making the API async here but it requires some work to merge it. |
Beta Was this translation helpful? Give feedback.
-
Also, in the mirror example, what is the difference between the Safe and Unsafe mirrors? |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm looking to build a file system layer on top of some JSON web APIs. I'm thinking about Dokan but I have a few questions:
I'm using .NET 7.0. Will that cause any issues?
I'd like my app to be able to run self-contained without having to actually be installed on the system.
2.1 Do the dokan drivers have to be installed separately or are they included in the NUGET package?
2.2 Are non-administrators able to create Dokan drives? I'd like my app to be able to work for non-administrator and non-elevated users.
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions