Click to See Complete Forum and Search --> : Directory Checking in C++


Arcane_Disciple
01-22-2003, 11:41 PM
Does anyone know how to check a directory in C++? Heres what i want to do:

Make a text based(for now) program that will display media files. Something like...

Enter Directory: /home/arcane/music
or
Enter Directory: E:\Music

Eventually I want to make it with a gui, but I thought it best to write it as a text based program until I really had the time to sit down and do the gui part of it.

Stuka
01-23-2003, 12:32 PM
man opendir
man readdir
man closedir