Copying files in vb6 01-16-2014, 02:51 PM
#1
hi all so this is kinda backup file code
this code will copy file.exe in new folder in c drive into backup folder in your program patch
enjoy
Code:
FileCopy "C:\new folder\file.exe", "backup/file.exe"
MsgBox "Backup Complete!!"
this code will copy file.exe in new folder in c drive into backup folder in your program patch
enjoy