You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardcoded paths containing the file seperators are considered bad!
The PathSeperator on Windows and Unix differ and since there is already functionality in the .NET framework itself solving this problem -> we should be utilizing that functionality to make it platform independent.
Hardcoded paths containing \ are so yesterday :P
The kewl libs nowadays use Path.Combine.