From: Sergey Volkov Date: 2006-05-14T01:33:03+09:00 Subject: Re: list folder content from win directory -> xml output just to start: # puts "" Dir["**/*"].each{ |f| puts " #{f}" } puts "" # this code prints all files in all subdirectories starting from current; good luck Sergey ----- Original Message ----- From: "jonas tracht" Sent: Saturday, May 13, 2006 12:19 PM Subject: list folder content from win directory -> xml output > hi everybody, > > I've been searching all over the place but found nothing helpful yet. > I need to list a directory with all its subdirectories and files and > output that information into an xml file. > I think Ruby might be quite helpful on this task. > Since I am a newbie to Ruby I really don't know where to start. > Maybe somebody has a solution to this? > > Thanx in advance! > > memetical > > -- > Posted via http://www.ruby-forum.com/.