Hi evryone
I using MVC++ and built my project using Win32 app.
My program do not have any interfaces. it reads files and it put the output in another file. ( I do not mind put interface only to enter the path)
the thing is I made my program read the input file from specific directory and put the output in the specify directory. the probelm now is that I would like the user to inter the dirctory of the input file and the output file is this possible if yes, please tell me how to do it, I do not have any idea.
"C:\\Wadi\\In\\Log_01.csv" my in file directory
"C:\\Wadi\\Out\\Daily_Summary_%d.csv" my out file directory
now I would like to enable the user to enter his path for the input file and the output file.