On Fri, 28 Mar 2003 7:57 pm, Daniel Carrera wrote: > # Set the path according to the OS. > path = directories.joing { |i| > CONFIG["host_os"] =~ /Win/ ? "%" : ":" > } Wait, how is that different from this? path = directories.join(CONFIG["host_os"] =~ /Win/ ? "%" : ":") Tim Bates -- tim / bates.id.au