string iteratorThis ended up being the solution: [code]auto startiterator = songPath.rend() - songPath.find('.'); ...
string iteratorI am trying to iterate through a file path to extract the file name. since the . separating the nam...