I am in a project and i am using win simple console application and i would like to know how to make the user choose the directory of files. thnx :idea:
can you be more specific?
Dir.h is probably what you want if you use C++
int chdir(char *path);
use it like chdir("c:\windows");