If FileSys.FileExists("D:\test.txt") = False Then 在D盘新增一个test.txt文件, FileSys.WriteAllText("C:\text.Txt", "I Like Foxtable", True)End If