Hello to all,

In xHarbour I have used as below to copy DBF files from one folder to
another: 
__CopyFile("DADOS\NAME_FILE1.DBF","DADOS\NAME_FILE2.DBF")
Only Harbour in the same command that gives the error on that line, when
solved by putting the full path of the DBF file example:

__CopyFile("C:\MYSIS\DADOS\NAME_FILE1.DBF","C:\MYSIS\DADOS\NAME_FILE2.DBF")

But ask the Harbour should not automatically get that neither the xharbour
the full path of the file?

Leonardo Machado

-- 
View this message in context: 
http://www.nabble.com/Problem-with-COPY-FILE-tp23064665p23064665.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to