string strPath = @"E:\temp\FCKeditor_2.6.1.zip"; strPath.Substring(strPath.LastIndexOf(@"\")+1,strPath.Length-(strPath.LastIndexOf(@"\")+1));
string strPath = @"E:\temp\FCKeditor_2.6.1.zip"; strPath.Substring(strPath.LastIndexOf(@"\")+1);