From: graham Date: 2005-10-17T04:36:55+09:00 Subject: Re: rio.. graham wrote: > Sean O'Halpin wrote: >>> - R:\test (after mapping R:\ to \\gbtpnas00\test) >> Have you tried R:\\test? >> > Nope.. but I will! Rio doesn't seem to suport Windows at all:- ario = rio('c:/') array = ario['*.txt'] puts array ... what does this do -- find my only .TXT file on my G drive (ruby default drive - not my C drive - which is what I asked for.) changing it to ario = rio('c:\\') gives me.. "Exception: bad URI(is not URI?): c:\/" (which is where I started) even ario = rio('file:///C:/') gives Exception: Invalid argument - /C: ario = rio('file://C:/') gives Exception: Permission denied - / ...so rio doesn't work under Windows ... unless the rio author (Christopher Kleckner) knows different that is :-) Graham