获取程序的当前启动路径

string myFile=Path.Combine(Path.GetDirectoryName(Application.ExecutablePath),"DockPanel.config");

StreamWriter sw = new StreamWriter(myFile);

这样就能在程序运行的当前路径创建了DockPanel.config文件。

posted on 2011-03-03 14:24  大龄书童  阅读(323)  评论(1编辑  收藏  举报

导航