[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby file info and processing module

voipfc

7/16/2007 9:36:00 AM

ruby file info and processing module

Is there a ruby module that handles things like file, creation date,
attributes, etc?

I need something that can scan a directory for a filespec and return
the attributes in an array or hash

I am sure there is one there, but I don't know the name.

- Frank

1 Answer

Robert Klemme

7/16/2007 9:52:00 AM

0

2007/7/16, Frank Church <voipfc@googlemail.com>:
> ruby file info and processing module
>
> Is there a ruby module that handles things like file, creation date,
> attributes, etc?
>
> I need something that can scan a directory for a filespec and return
> the attributes in an array or hash

You want a combination of File, FileUtils, Find and Dir.

Kind regards

robert