Listing files in a directory with Rails
In a recent application I am building I needed to pull file names and directory names from a local directory. I searched all over the net for this and found nothing. After reviewing a few of rails built in functions I came across Dir.glob(). If you feed this method a path to a directory it will then come back with an array of the names and directories listed.
- Visit Site:
- Listing files in a directory with Rails
- Version:
- n/a
- Filed in:
-
Ruby on Rails / Tutorials & Tips
- Platforms:
-




- Databases:
-
- Date Added:
- Feb 25, 2008
- Last Updated:
- Feb 25, 2008
License and Pricing Information
| Publisher site visits: | 709 |
|---|---|
| Average rating: | 0.00 |
| Total ratings: | 0 |
Publisher Info
- Author:
- Greg Winn
