Mega Code Archive
Categories
/
Ruby
/
File Directory
Find all the regular files and subdirectories in mydir
# This excludes hidden files, and the special directories . and .. Dir["mydir/*"]