DEV Community

RimStone
RimStone

Posted on

Traverse directory on Linux programmatically

RimStone 4.4.0 brings new features and fixes, and one of them is the ability to open the directory stream and read all the entries in a given folder, see open-dir.

Using recursion, you can then traverse the directory tree very easily in your applications. The full example can be found here.

Top comments (0)