111,120
社区成员
发帖
与我相关
我的任务
分享
string FilePath = "";
string Str = @"C:\Documents and Settings\Administrator\桌面\Puma_Yuan\Web_Prj\有间客栈2011-3-18\有间客栈2011-3-18\Hostel\HostelWeb\HostelManage\BulletinSysManage\BulletinManage.aspx";
string[] tempArray = Str.Split(new char[] { '\\' });
FilePath = tempArray[tempArray.Length - 2] + "\\" + tempArray[tempArray.Length-1];
MessageBox.Show(FilePath);