判斷檔案是否存在
If (System.IO.File.Exists("C:\1.txt")) Then
End if
刪除C:\1.txt
System.IO.File.Delete("C:\1.txt")
覆製檔案,如果有相同檔名直接覆蓋
System.IO.File.Copy("D:\1.txt", "C:\1.txt", True)
© 傑特_資訊手札 - Designed by Sebastien Matton, Blogger templates by Blog and Web.
0 意見: