Error Readout:
None, it's not an error silly.
The Problem:
When I debug, and look at a string that contains my file path I see 2 backslashs (escape characters) in my string when I only wanted 1.
The Solution:It's nothing, don't worry about it, that's just the way Visual Studio "debug" shows your path when you catch it while debugging. When the path is used in the code for the file system there will only be 1 backslash and it will work correctly.
This is such a stupid little thing, but for some reason every once in a blue moon, I forget and freak out on why it's doing this, thus wasting a solid five minutes of my life. I put this post up in hopes I will never forget again and that if someone happens to Google this, my post will pop up and help them move on quickly....maybe only wasting 1 to 2 minutes. :)