I have this line of code:

m_dir = system("dir c:")

and m_dir is a char variable for an edit box. It looks like the directory is being done in a command type box seperate from the dialog program that I want the code in. Well, I just can't seem to make this work. Am I doing this the wrong way?

Thanks,
Ray Schmidt