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.
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.