FWIW, your line (with locally existing files) works on my system without
error (tried with BCC).
You didn't post the error you're getting.
Brgds,
Viktor
On Wed, Apr 15, 2009 at 9:16 PM, sygecom wrote:
>
> Hi Vailton,
> Yes, everything is correct, xHarbour with this is that this error does not
>
Hi Vailton,
Yes, everything is correct, xHarbour with this is that this error does not
happen.
And it also happens when you tell the full path of the file.
I found the Harbour could have some SET setting this problem.
Leonardo Machado
Vailton Renato wrote:
>
> Your working directory is set cor
Your working directory is set correctly?
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
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