>>>>> "M" == Morris, Chris <chris.morris / snelling.com> writes: M> Well, I realized that cygwin always presents nix style paths, and that's M> probably why File::SEPARATOR was showing that. Am I wrong? File::SEPARATOR is always "/" On DOSish system there is File::ALT_SEPARATOR which is "\\", nil for other systems. Guy Decoux