From: 7stud -- Date: 2012-10-29T10:13:45+09:00 Subject: Re: Passing folder as argument ARGV? Joz Private wrote in post #1081694: > >... passed the folder name as an argument. > > Is each file in the directory given its own element in ARGV > No. The only thing that the ARGV array will contain is the folder name as a String. -- Posted via http://www.ruby-forum.com/.