码迷,mamicode.com
首页 > Windows程序 > 详细

c# 文件或者文件夹改名的最简单方法

时间:2018-08-07 13:14:43      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:ESS   style   first   nbsp   process   art   cmd命令   col   方法   

使用cmd命令 ren

Process.Start( "cmd", "/C " + "ren f:\\first c code.txt zhou.txt");

 

c# 文件或者文件夹改名的最简单方法

标签:ESS   style   first   nbsp   process   art   cmd命令   col   方法   

原文地址:https://www.cnblogs.com/simadi/p/9435868.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!