adrien426 / Blazor.FileSystemAccess

A Blazor wrapper for the browser API File System Access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

A Blazor wrapper for the browser API File System Access

License:MIT License


Languages

Language:C# 98.1%Language:JavaScript 1.9%