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
相关文章
相关标签/搜索