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.

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