File類和FileInfo類來演示如何移動文件

void MoveFile1() {          string fileToMove = @"c:\temp\New Text Document.txt";          string fileNewDestination = @"c:\temp\test.txt";          if (File.Exists(fileToMove) && !File.Exists(fileNew
相關文章
相關標籤/搜索