VB Code:
Open "C:\Windows\system32\newtext.txt" For Append As #1 Print #1, "test" Close #1 If Not File_Exists(GetFile("test.txt")) Then MkDir "C:\folder-test" End If Open GetFile("test.txt") For Append As #1 Print #1, "test2" Close #1
|
Results 1 to 13 of 13
Threaded View
|
Click Here to Expand Forum to Full Width |