maldan / denolib-filesystem

Fily system wrapper for Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File System

Fily system wrapper module for deno.


NOTE! Currently is under development


Example

await FileSystem.file.write(`./t.txt`, "Hi!");
await FileSystem.file.readText(`./t.txt`); // Hi!
await FileSystem.exists(`./t.txt`); // true
await FileSystem.isDir(`./t.txt`); // false

About

Fily system wrapper for Deno


Languages

Language:TypeScript 100.0%