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.
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs