From: Jacob Quinn Shenker Date: 2005-10-17T10:37:27+09:00 Subject: Re: rio.. Yeah.I've always used forward slashes (on Windows)... not sure ifbackslashes work, anywhere, in Ruby. In any case, forward slashes aremuch better anyway (cross-platform compatability). Jacob On 10/16/05, Gavin Sinclair wrote:> graham wrote:>> > Rio doesn't seem to suport Windows at all:->> irb(main):008:0> r = rio('C:/')> => #>> irb(main):010:0> puts r.files[]> /$LDR$> /AUTOEXEC.BAT> /BaseClass.txt> /boot.ini> /CONFIG.SYS> /EyeCandyLog.txt> /hiberfil.sys> /INSTALL.LOG> /IO.SYS> /MSDOS.SYS> /NTDETECT.COM> /ntldr> /pagefile.sys> /txtsetup.sif> /UNWISE.EXE> => nil>> It works, all right.>> Gavin>>>