在vb下,有一個方法可以對檔案進行重新命名,所以,我們只要引用到這種方法進行應用即可。
1、新增引用Microsoft.VisualBasic
2、新增名稱空間using Microsoft.VisualBasic.Devices
3、Computer c = new Computer();
c.FileSystem.RenameFile(file,newName);//file:檔案路徑 newName:新名稱
在vb下,有一個方法可以對檔案進行重新命名,所以,我們只要引用到這種方法進行應用即可。
1、新增引用Microsoft.VisualBasic
2、新增名稱空間using Microsoft.VisualBasic.Devices
3、Computer c = new Computer();
c.FileSystem.RenameFile(file,newName);//file:檔案路徑 newName:新名稱