how do you write directories and files on your web server? I am trying to create users personal directory where their files will be stored. -- Posted via http://www.ruby-forum.com/.
On 7/14/06, raj kapila <rkapila@uwo.ca> wrote:> how do you write directories and files on your web server? > > I am trying to create users personal directory where their files will be > stored.Use the ruby libraries called File and FileUtils. Type `ri File` or `ri FileUtil` from the command line to find out more about them.