using System;class Sample { public static void Main() { Console.WriteLine("SystemDirectory: {0}", Environment.SystemDirectory); }}