Is there a quick way to join paths like the Join-Path function in Powershell? For example, I have two parts of a path ‘C:\foo’ and a subdirectory ‘bar’. Join-Path will join these and take care of the backslash delimiters. Is there a built-in method for this in .NET, or do I need to handle this myself?
Share
This is your friend: http://msdn.microsoft.com/en-us/library/system.io.path.combine.aspx