From: Rajarshi Chakravarty Date: 2010-08-26T17:44:48+09:00 Subject: Re: Newbie question on file reading In continuation with my questions about reading files from the file system... It seems Dir[File.join(root, subDir, "*")] gives the full path name of all files in the sub directory Can I modify the expression to give just the basename? -- Posted via http://www.ruby-forum.com/.