我们如何找出正在运行的应用程序的文件系统位置?
如果您在控制台上工作,请使用此
AppDomain.CurrentDomain.BaseDirectory
或在 Windows 窗体上使用
Application.StartupPath
Environment.GetCommandLineArgs()[0];