From 5be78ee98231e0090984431824ba0d3a70c48a2c Mon Sep 17 00:00:00 2001 From: Vladimir Poplavskij Date: Mon, 24 Mar 2025 22:04:36 +0200 Subject: [PATCH] Update working-with-files@wEK77A6MPQBCBUSJKMiaY.md Add official File system page in the Node.js documentation --- .../nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md b/src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md index 21c722c13..b97d8ebaa 100644 --- a/src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md +++ b/src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md @@ -4,5 +4,6 @@ You can programmatically manipulate files in Node.js with the built-in `fs` modu Visit the following resources to learn more: +- [@official@File system](https://nodejs.org/docs/latest/api/fs.html) - [@article@How To Work with Files using the fs Module in Node.js](https://www.digitalocean.com/community/tutorials/how-to-work-with-files-using-the-fs-module-in-node-js) - [@feed@Explore top posts about Node.js](https://app.daily.dev/tags/nodejs?ref=roadmapsh)