Page 1 of 1

How to copy a directory tree?

Posted: Thu Dec 31, 2015 4:03 pm
by programandala.net
I forgot how to copy a directory tree with real directories. I'm using SMSQmulator, and I need to copy the contents of a .win file to a bigger one. But `wcopy` or the QPAC2 tools just copy the files with filename pseudo-directories, the old way. I think there was a way to do this, but I can not remember. I'm searching the QPC Keywords manual, but I've found nothing yet.

Re: How to copy a directory tree?

Posted: Thu Dec 31, 2015 6:52 pm
by tofro
Hi,

C68 comes with a port of the Unix command "cp". This can copy whole directory trees with the -r option.

Tobias