I atempted to make a directory for files. To acesses the files I tried to do this:
The variable sName is the name of the file + .txt. This does not work. I not certain if this is even the right direction. Any help or ideas would be apreciated
Code:
ifstream fin(sName);