请教vb.net中重命名文件的问题
Dimfilepath1,filepath2asStringfilepath1=Server.MapPath("File")&"\"&txtname.Textfilepa...
Dim filepath1,filepath2 as String
filepath1=Server.MapPath("File")&"\"&txtname.Text
filepath2=Server.MapPath("File")&"\"&name1
System.IO.File.Copy(filepath2,filepath1)
System.IO.File.Delete(filepath2)
请高手看看哪儿错了,总说无法找到路径内文件 展开
filepath1=Server.MapPath("File")&"\"&txtname.Text
filepath2=Server.MapPath("File")&"\"&name1
System.IO.File.Copy(filepath2,filepath1)
System.IO.File.Delete(filepath2)
请高手看看哪儿错了,总说无法找到路径内文件 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询