I'm trying to go through a directory and put all of the files into a vector of strings. My problem is that the name of the file is stored, but not its location. Because of this, when I go to open the file later in another function, it doesn't recognize it as a file but rather just a string.
Any ideas on how to change this???
Hope this makes sense