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:

Recommended Answers

All 2 Replies

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");

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.