Files
harbour-core/harbour/tests/working/testcopy.prg
1999-06-23 16:33:51 +00:00

14 lines
247 B
Plaintext

/*
__copyfile( csource, cdestination )
initial release : 23 June 1999 Andi Jahja
thanks for hbpp :)
*/
#command copy file <(src)> to <(dest)> => __copyfile( <(src)>, <(dest)> )
function main()
copy file testcopy.prg to newcopy.prg
return nil