Re: files on external drives
Posted: Tue Mar 31, 2020 5:30 pm
hi edk <---
Works great for backing up from one folder to another
I have put this little change the rest the same, Everything Ok!
thanks for the Sample
Regards
Mustafa

Works great for backing up from one folder to another
I have put this little change the rest the same, Everything Ok!
Code: Select all
*Local cFile1:= "C:\BOOKS\AUTHORS.dbf"
*Local cFile2:= "E:\BOOKS\AUTHORS.dbf"
Local cFile1 := HB_Curdrive() +":\"+Rtrim(Curdir() ) + "\"+"Facturas_PdF\TRANS.DBF"
Local cFile2 := HB_Curdrive() +":\"+Rtrim(Curdir() ) + "\"+"Control_Back\TRANS.DBF"
Local nSuccess
CLOSE DATA
IF !File ( cFile1 )
MsgStop ( " .......
.........
........
Regards
Mustafa