you are in: codestackercodes [RSS]listing files in a directory with rails

listing files in a directory with rails Delicious Email

via Shairon Toledo @ rails-br

show/hide lines
   1  Dir.glob("*").each{|f|  puts "Name: #{f} | Created at: #{File.ctime(f)} | Updated at: #{File.mtime(f)}"   }
created by leozera — 19 May 2010 — get a short url — tags: ruby embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image