Subject: Find.find and files in cwd
From: rtilley <rtilley vt.edu>
Date: Wed, 22 Mar 2006 04:18:51 +0900
I can use Find.find(Pathname.getwd) to get an array of all file paths
recursively, but how do I get only the files in the cwd (do not recurse
into sub-directories)?
Thank you,
Brad