i using ruby on rails programing language for the making a very simple project which is need to create folder hierarchy just like yahoomail folder. but i need to also subfolder create in this directory so is support ruby on rails?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it does.
You can create recursive directories using
Following links can be useful for you
http://rosettacode.org/wiki/Walk_a_directory/Recursively#Ruby,
Ruby: how do I recursively find and remove empty directories?