runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

Reading Folders #143

Open RossComputerGuy opened 7 years ago

RossComputerGuy commented 7 years ago

I need help with my implimentation of the fs module. Git: https://github.com/Ross-Computers/PeabodyOS Link to Main sys module: https://github.com/Ross-Computers/PeabodyOS/tree/master/src/System/sys

adminy commented 5 years ago

That should not be an issue, I’ve seen this:

https://github.com/runtimejs/runtime/blob/1955dbf3204e22bace7cfbbb6f52bb5d57a8c1e4/js/__loader.js#L239

It should suffice to listing files, at least from initrd, no idea if it does it for directories, but it’s a starting point!