Hello everybody.
I have a problem in fso.copyfiles in vb6.0.Please help me in copying files and how to rename them.
Thanks
I have a problem in fso.copyfiles in vb6.0.Please help me in copying files and how to rename them.
Thanks
FileCopy "C:\<SourceFolder>SourceFile.txt","C:<DestinationFolder>\DestinationFile.txt"
FileCopy "C:\<SourceFolder>SourceFile.txt","C:<DestinationFolder>\DestinationFile.txt"
Comment