static void Main(string[] args) { string path = Path.Combine(@"C:\Windows\", "System32"); path = Path.Combine(path, "notepad.exe"); Console.WriteLine(path); Console.Read(); }
Login to post response