Files
harbour-core/harbour/tests/working/copyfile.prg
1999-08-09 05:21:31 +00:00

14 lines
218 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