Copy Directory in a generator:

How would you copy an entire directory in a generator?

I’ve got tinyMCE and want to copy it from my cms to my new app when
running my generator.

On Aug 9, 2011, at 10:43 PM, jdkealy wrote:

How would you copy an entire directory in a generator?

I’ve got tinyMCE and want to copy it from my cms to my new app when
running my generator.

FileUtils.cp_r( path_1, path_2 )

Walter