Hi all,
using C language we can read text files. we can read each and every character.
ch =fgetc(filepointer);
but i want to know how to read folders.
for ex: fopen("c:\one foldername", "r");
in out put i want print subfolders and files.
if any body know please help me...
thanks in advance.........