DEV Community

Adrian Twarog
Adrian Twarog

Posted on

Deno FS Tutorial | File System

Deno FS is a library that allows us to manage, access, read and write to our file system for both files and folders. I've done a quick tutorial to describe how to install and use it.


Youtube: Deno PostgreSQL

Included in this video are:

  • Adding the FS module
  • Creating an empty directory
  • Replacing an empty directory
  • Moving a directory or file
  • Checking if a directory or file exists
  • Reading and writing JSON files
  • Reading and writing any files as strings

Deno FS
https://deno.land/std/fs/

Deno
https://deno.land/

Follow and support me:

Special thanks if you subscribe to my channel :)

Want to see more:

I will try to post new great content every day. Here are the latest items:

Top comments (0)