New File System API · Issue #11018 · denoland/deno

This API would live in parallel with the existing low-level file system API provided by Deno.open, Deno.write, Deno.read, Deno.readDir, ... Writing to a file: const fileHandle = await Deno.getFileH...