Concatenating path with file name in C# 08-01-2016 11:22:13 C# / Windows Form 0 Bookmark(s) 240 View(s) string configPath = "D:\\Examples\\"; Path.Combine(configPath , "Config.xml");