I'm attempting to read data from a file via a StreamReader. I need the file path to be dynamic and change according to the users storage location. I'm able to retrieve the file path, however, my StreamReader cannot read the file. Is this something relating to File read permissions or is it because the file path has space in it?
I will present the code currently being run to determine the file path. This is not entirely my code, i'm...