[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Dir[] and Windows Network Addresses

Brian Takita

6/23/2005 9:08:00 PM

Hello,

Is is possible to get the contents of a Windows network directory using
Dir?

I would think it would be something like
Dir['\\\\Computer\\Dir\\*']
but nothing shows up.

Is there a way to access the a Windows network directory without having
to call
exec 'dir \\\\Computer\\Dir'
and parsing the output?

Thank you,
Brian Takita