Files
harbour-core/harbour/tests/working/copyfile.prg
1999-08-17 18:28:30 +00:00

13 lines
230 B
Plaintext

/*
* $Id$
*/
FUNCTION Main()
// ? "1", __copyfile("COPYFROM.PRG")
? "2", __copyfile("COPYFROM.PRG", "COPYTO.TMP")
? "3", __copyfile("_NOTHERE.$$$", "COPYTO.TMP")
? "4", __copyfile("COPYFROM.PRG", "..")
RETURN NIL