Files
harbour-core/harbour/tests/copyfile.prg
1999-10-04 18:46:41 +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