Local File Editor
File System Access API simplifies the way you can read and write local data. This site is my personal learning and testing ground for the File System Access API. It is based on the documentation found at https://developer.chrome.com/docs/capabilities/web-apis/file-system-access? .
Check availability
Click on the Button to check if your browser supports the File System Access API.
When your browser supports the File System Access API, you can create a connection to Read and to Write Files which is demonstrated in the following sections. Note that I
intentionally do not use the
Open, Read, Create and Save File
To read a file, use
To write to a file, we first need to create the file. For this, we use
Status: No file selected yet.