|
From: Slava P. <sp...@gj...> - 2000-10-31 05:06:37
|
Dirk Moebius wrote: > One minor error: on Windows, "cd /" or "cd \" does not work. It appends "/" > or "\" to the current path. However, "cd c:\" or "cd c:/" work. > > "cd \" has a special meaning on Windows. On Windows (resp. DOS), each > process has a current drive assigned. "cd \" means: go to the root of the > current drive. I will deal with this by improving the MiscUtilities.constructPath() method. Slava |