string newPath = @"C:\SomeDir\hta.txt" ;. FileInfo fileInf = new FileInfo(path);. if (fileInf.Exists). {. fileInf.CopyTo(newPath, true );.
確定! 回上一頁