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

Add support for OPFS (origin private file system)? #41

Closed datvm closed 1 year ago

datvm commented 1 year ago

Do you have any plan for supporting OPFS? It's almost the same thing except users don't pick or see the files. The library already cover all the interop interfaces and we only need to add a call to navigator.storage.getDirectory().

KristofferStrube commented 1 year ago

It is not a part of this API since November last year but was originally also covered in this wrapper. Checkout https://github.com/KristofferStrube/Blazor.FileSystem where what you hint to is now wrapped.

datvm commented 1 year ago

Oops sorry somehow I missed it! Thanks 😅