I need to set a path based on a varible.
a CString holds a dir name ... ex. AC1019
so i need to set the path similar to this
char dir[128] = "c:\\AC1019\\*.*";
but the AC1019 has to change depending on what directory the user chose how do I do that?
Tony




Reply With Quote