CopyFile grrrrrrr

Blitz3D Forums/Blitz3D Programming/CopyFile grrrrrrr

oracle1124(Posted 2004) [#1]
Why does CopyFile not work, but I can get the DOS 'copy' to work through ExecFile, when the same parameters are sent to each command? I am using Blitz3D on a Win98 machine.

Is there some other trick besides:
CopyFile file$,destination$
where both file$ and destination$ are set up in code. (And the DOS command works fine with file$ and destination$)


WolRon(Posted 2004) [#2]
Why didn't you post any code? Probably a typo or path problem.


wizzlefish(Posted 2004) [#3]
Code always helps. :)