I have an app I wrote in VB and I want to move it to Ruby on Rails and I am trying to figure out if the function are their. Basically it just creates project folders and files by just typing in the project name.
I know I can greate new directories using the dir functions, but I wasn't sure how I could go about copying over the files...I also would like to rename the files when I copy them over to include the project name.
Thanks
|