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