Работа с файлами / Базовые операции

using System;

string path = AppDomain.CurrentDomain.BaseDirectory;
Console.WriteLine(path);