处理文件 / 基本操作

using System;

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