using System;using System.IO;static class MainClass{ static void Main() { Directory.SetCurrentDirectory(@"c:\"); }}