Olof Lagerkvist

Results 117 comments of Olof Lagerkvist

I am working on that in a fork here: https://github.com/LTRData/dokan-dotnet/ The goal is to eventually merge it here as a pull request/branch in one way or another too. But there...

But there is really not anything that needs to be changed to support async as I see it. There should be no issues with calling async code from file system...

Yes that is how it is supposed to work. There seems to be something strange happening when you try to delete that directory and I can replicate the same issue...

No, it has nothing to do with permissions. Permissions are entirely ignored by this library. It rather seems to be related to some index cache bugs somewhere.

No, sorry. You were right. I see now that `DiscDirectoryInfo.Delete(recursive: true)` fails to find hidden files and delete them, which causes this error. This behavior can be changed by setting...

Yes. That seems to work.

This repo is pretty much abandoned. I am working on a fork with lots of updated and modernized code over at https://github.com/LTRData/DiscUtils You are welcome to post the issue there,...

Just pushed new NuGet packages with this fix. `LTRData.DiscUtils.*` with version number 1.0.38.

I have found some strange behaviors as well in the current implementation of Ext file systems, however I do remember whether I have seen this exact problem. It seems a...

Yes, the vhd implementation in DiscUtils is most probably very stable and correct these days. It is after all an open format, well documented and very easy to follow the...