I'm currently working on an application that should be able to list out the items in a directory, however, after looking at the OS module in Nim, I couldn't find a way to see what is inside a directory. Is it possible that it hasn't been implemented yet, or did I maybe just look at the wrong place to find such a function?
So in short, how can I see what is inside /home/username/Documents/? How can I list out its content in Nim?