search for: new9

Displaying 1 result from an estimated 1 matches for "new9".

Did you mean: new
2005 Feb 07
4
network drives
...39;, ''passwod'' ) nd.connect nd.disconnect nd = Win32::NetworkDrive.new( ''\\ComputerName\ShareName'' ) Win32::NetworkDrive.connected?( ''v:'' ) => false nd.connect( ''v:'' ) nd.disconnect Win32::NetworkDrive.new9 ''\\ComputerName\ShareName'' ) do |nd| Dir["#{nd}"].each { |f| puts f } end or something? What do you''all think? Zach