|
From: Eli Z. <el...@gn...> - 2012-10-25 19:35:34
|
> From: Renato Silva <br....@gm...> > Date: Thu, 25 Oct 2012 16:46:35 -0200 > > Right, and even Windows understands forward slashes, for example: > cmd.exe> cd ../.. Only sometimes, so this is unreliable; caveat emptor! E.g.: D:\usr\eli\data>cd d:/usr The system cannot find the path specified. D:\usr\eli\data>cd /usr The system cannot find the path specified. (As you can see from the prompt, that directory does exist.) It looks like it only recognizes relative directory names with forward slashes. |