如何用C#改文件名

using System.IO
System.IO.File.Move(string sourceFileName, string destFileName);
原文地址:https://www.cnblogs.com/OwenWu/p/1566869.html