String filename = "cmd.exe"; String fullpath = System.IO.Path.Combine (Environment.SystemDirectory, filename); Console.WriteLine(fullpath);
No comments:
Post a Comment