Hi
I am using following code ..
sSourceFile = "C:\anil\CBDSTSM01.TXT"
sDestinationFile = "C:\anil\CBDSTSM01.log"
Dim pFSO
Set pFSO = CreateObject("Scripting.FileSystemObject")
Call pFSO.appendFile(sSourceFile, sDestinationFile, True)
Call pFSO.DeleteFile(sSourceFile, True)
It did not work. Any idea ?
THX
I am using following code ..
sSourceFile = "C:\anil\CBDSTSM01.TXT"
sDestinationFile = "C:\anil\CBDSTSM01.log"
Dim pFSO
Set pFSO = CreateObject("Scripting.FileSystemObject")
Call pFSO.appendFile(sSourceFile, sDestinationFile, True)
Call pFSO.DeleteFile(sSourceFile, True)
It did not work. Any idea ?
THX