首页  编辑  

获得程序当前文件名

Tags: /C#/文件目录操作/   Date Created:

using System.Reflection;

Assembly . GetEntryAssembly() . Location;

// or

Application . ExecutablePath;

Path . GetDirectoryName( Application . ExecutablePath) + @"\Temp" ;