Tagged Questions
1
vote
1answer
81 views
File Path Characters
I have a simple question that I can't find a answer to:
With the .NET Framework what is the difference in saying "folder1/folder2/file" and "folder1\\folder2\\file" in a file directory? Is there even ...