 
  |
 |
| Listing files in a directory with Rails |
| Script Title : | | Listing files in a directory with Rails |
| Version : | | |
| Author : | | Greg Winn |
| Platform : | | linux, windows, freebsd, osx, sun |
| Home URL : | | http://www.winn.ws/archives/118 |
| Download URL : | | |
| Demo URL : | | |
| Category : | | Ruby on Rails - Tips and Tutorials |
| Price : | | |
|
| Description : |
| 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. |
|
|
|
|
|
Average Rating: 0.00
Number Of Votes: 0
|
|
|
|
 |
 
  |