重命名文件 [英] renamethefile

查看:64
本文介绍了重命名文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的文件名是main.fot,我想更改文件名main.swf
如何更改使用c#

解决方案

请先尝试搜索引擎,然后再问这里

 System.IO.File.Move( @"  @" ); 


my file name is main.fot and i want change the file name main.swf
how can i change the using c#

解决方案

Please try search engines before asking here

System.IO.File.Move(@"C:\main.fot", @"C:\main.swf");


这篇关于重命名文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆