Work with files / Basic operations

using System;

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