954,135 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how the user can choose the directory of files

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:

dooda man
Newbie Poster
15 posts since May 2004
Reputation Points: 10
Solved Threads: 0
 

can you be more specific?

BountyX
Posting Whiz in Training
230 posts since Mar 2004
Reputation Points: 28
Solved Threads: 9
 

Dir.h is probably what you want if you use C++

int chdir(char *path);

use it like chdir("c:\windows");

FireNet
Posting Whiz in Training
258 posts since May 2004
Reputation Points: 108
Solved Threads: 7
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You