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

使用cmd命令 ren

Process.Start( "cmd", "/C " + "ren f:\first c code.txt zhou.txt");
原文地址:https://www.cnblogs.com/simadi/p/9435868.html