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) 编辑 收藏 举报