HeyPuter / phoenix

🔥 Puter's pure-javascript shell
https://puter.com/app/terminal
GNU Affero General Public License v3.0
88 stars 15 forks source link

Implement filesystem functions for node.js #19

Closed AtkinsSJ closed 4 months ago

AtkinsSJ commented 4 months ago

I've attempted to match the behaviour of puter/filesystem.js as much as possible. I've updated a couple of the builtins, but I haven't thoroughly checked all of them, these are just the ones I noticed needed changes when using them to test the filesystem API.

Contributes to #14.