Author: cosmicnet
Date: 2009-04-13 18:04:28 +0200 (Mon, 13 Apr 2009)
New Revision: 26188
Modified:
docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
added spec for chdir
Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod 2009-04-11 17:31:19 UTC (rev
26187)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod 2009-04-13 16:04:28 UTC (rev
26188)
@@ -891,6 +891,15 @@
empty. If it succeeds it returns true, otherwise it returns C<Failure> and
sets C<$!> (errno).
+=item chdir FILENAME
+X<chdir> X<cd>
+
+=item chdir
+
+Changes the current working directory to the one specified by FILENAME.
+If it succeeds it returns true, otherwise it returns C<Failure> and
+sets C<$!> (errno).
+
=head2 IO::LinkNode
role IO::LinkNode does IO::FSNode {