diff -r 6a2083f7eeb8 -r 2a78c4ff2eab core/builtins/cd.cif --- a/core/builtins/cd.cif Mon Sep 20 16:46:34 2010 +0100 +++ b/core/builtins/cd.cif Wed Oct 13 12:41:05 2010 +0100 @@ -16,11 +16,20 @@ Change the current working directory. +==long-description + +Note, C can be used to navigate between drives (eg C), but the DOS approach of switching between drives with commands like C and C is also supported. + +The current working directory is stored in the environment variable C, but you should use the cd command rather than updating this variable directly. + ==argument filename directory The directory to change to. +==see-also + +L + ==copyright Copyright (c) 2006-2010 Accenture. All rights reserved. -