/Blazor.FileSystemAccess

A Blazor wrapper for the browser API File System Access

Primary LanguageC#MIT LicenseMIT

Blazor.FileSystemAccess

A Blazor wrapper for the browser API File System Access

The API makes it possible to read and write to your local file system from the browser both files and directories. The API is supported on a limited set of browsers. Most noticeable not supported on Chrome for Android phones yet.

This wrapper has for now wrapped the basic parts of the API which covers opening existing files, creating new files, and opening directories.

Demo

The sample project can be demoed at https://kristofferstrube.github.io/Blazor.FileSystemAccess/