core/builtins/cd.cif
changeset 66 2a78c4ff2eab
parent 0 7f656887cf89
--- 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<cd> can be used to navigate between drives (eg C<cd e:\>), but the DOS approach of switching between drives with commands like C<c:> and C<e:> is also supported.
+
+The current working directory is stored in the environment variable C<PWD>, but you should use the cd command rather than updating this variable directly.
+
 ==argument filename directory
 
 The directory to change to.
 
+==see-also
+
+L<ls|ls>
+
 ==copyright
 
 Copyright (c) 2006-2010 Accenture. All rights reserved.
-