怎么在路径里加一个反斜线?

xingxing_ruby 2008-07-08 09:46:05
问题代码如下
string filePath = defaultPath + folderPath + this.txtBox_fileName.Text;
想在folderPath后加一个反斜线,然后再+this.txtBox_fileName.Text;
怎么做到呢?
...全文
69 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
xingxing_ruby 2008-07-09
  • 打赏
  • 举报
回复
string filePath = defaultPath + folderPath +@"\"+ this.txtBox_fileName.Text;
哈哈~~
一品梅 2008-07-08
  • 打赏
  • 举报
回复
string filePath = defaultPath +"\"+ folderPath +"\"+ this.txtBox_fileName.Text;
xxx.saveas(@filepath);
我姓区不姓区 2008-07-08
  • 打赏
  • 举报
回复
string filePath = defaultPath + folderPath + "\\" + this.txtBox_fileName.Text;
ericzhangbo1982111 2008-07-08
  • 打赏
  • 举报
回复
最后一个错了


string @filePath = defaultPath +"\"+ folderPath +"\"+ this.txtBox_fileName.Text;
ericzhangbo1982111 2008-07-08
  • 打赏
  • 举报
回复
string filePath = defaultPath +"/"+ folderPath +"/"+ this.txtBox_fileName.Text;

or

string filePath = defaultPath +"\\"+ folderPath +"\\"+ this.txtBox_fileName.Text;

or

string @filePath = defaultPath +"\\"+ folderPath +"\\"+ this.txtBox_fileName.Text;

110,896

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • AIGC Browser
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧