From: Brian Hartin Date: 2008-05-24T02:51:09+09:00 Subject: Re: File::Separator on win32 Michael Siebert wrote: > FileUtils::cp says ENOENT and thats not good. the path is exactly right > but > with /'es > > 2006/7/24, Alex Young : >> problems? >> >> -- >> Alex >> >> > > > -- > Michael Siebert > > www.stellar-legends.de - Weltraum-Browsergame im Alpha-Stadium `md #{File.join("c:","foo")}` fails as well. STDERR contains 'The syntax of the command is incorrect'. In other languages, like Java, the path separator constant/method is used to abstract the knowledge of which operating system is in play. Can it not be so in Ruby? -- Posted via http://www.ruby-forum.com/.