码迷,mamicode.com
首页 > 其他好文 > 详细

相对路径与绝对路径

时间:2014-10-09 15:20:44      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   文件   sp   div   on   log   bs   

string frxFileMC = System.Environment.CurrentDirectory +"\\DZCLayout.ini";
string frxFileMC = AppDomain.CurrentDomain.BaseDirectory+"PRN_JHD_JE.frx";//调用fastreport文件路径,当frx文件另存为非程序启动路径时,如果用相对路径会报找不到文件,因为在另存为的时候相对的父路径发生了变化。

 

相对路径与绝对路径

标签:style   blog   color   文件   sp   div   on   log   bs   

原文地址:http://www.cnblogs.com/yuanzhongkui/p/4013077.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!