Hi everyone, I recently started working on a project that will look for a file, any file, and open it with its associated application (word for .doc, whatever the user uses for .mp3, etc). I'm using dirent.h to navigate through folders, and I was just testing it out and following tutorials when I found my first problem: The following code compiles, but it doesn't output anything to the console, even though I'm sure there are files and a folder in the same directory