From: Xiangrong Fang Date: 2003-08-07T12:49:31+09:00 Subject: Working directory in thread Hi I have a question using Dir.chdir. Is the current working directory for a program unique to thread or to the program? My multithread program is experiencing problems. It seems that a Dir.chdir in one thread changed the working directory of another thread. Is there a "thread-safe" chdir? Thanks! -- Xiangrong Fang