KristofferStrube / Blazor.FileSystemAccess

A Blazor wrapper for the File System Access browser API.
https://kristofferstrube.github.io/Blazor.FileSystemAccess/
MIT License
327 stars 39 forks source link

Feature: Support for Accessing the Origin Private File System #11

Closed KristofferStrube closed 2 years ago

KristofferStrube commented 2 years ago

We do not support Accessing the Origin Private File System. This should be a very similar implementation to that of ShowDirectoryPickerAsync, but the name should probably be something close to the original JS call which is navigator.storage.getDirectory.

Potential names for the Method could be:

I'm open to other suggestions as well.

We of cause also need a new demo page that utilizes this feature.

Sean4572435243 commented 2 years ago

Excellent work my friend, and thank you. I tried to pull the package from NuGet and I don't get those updates yet. Is there another step before NuGet reflects those code changes?

KristofferStrube commented 2 years ago

I have not released it to Nuget yet as I wanted to do some more testing and because I was debating whether or not this was a major or minor update. You can see what changes are released to Nuget in CHANGELOG.md and which will come in the next.

KristofferStrube commented 2 years ago

@Sean4572435243, it has now been released to Nuget as a part of version 1.0.0

Sean4572435243 commented 2 years ago

Thank you for your prompt updates!