Working with Linux directories with file descriptors

64 Views Asked by At

Is it possible to work with directories using file descriptors?

I'm trying to open a certain directory and get all of the files/other directories in it. The files and directories in it are dynamic and so I cant just open each file/directory individually

Note: I'm purposefully trying to do it without the use of C standard library

0

There are 0 best solutions below