ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.pm
(Generate patch)

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.212 by root, Thu Sep 29 22:42:15 2011 UTC vs.
Revision 1.213 by root, Thu Sep 29 23:06:23 2011 UTC

1305path, and on systems that allow it, also a directory file descriptor. 1305path, and on systems that allow it, also a directory file descriptor.
1306 1306
1307Everywhere where a pathname is accepted by IO::AIO (e.g. in C<aio_stat> 1307Everywhere where a pathname is accepted by IO::AIO (e.g. in C<aio_stat>
1308or C<aio_unlink>), one can specify an array reference with an IO::AIO::WD 1308or C<aio_unlink>), one can specify an array reference with an IO::AIO::WD
1309object and a pathname instead. If the pathname is absolute, the 1309object and a pathname instead. If the pathname is absolute, the
1310IO::AIO::WD objetc is ignored, otherwise the pathname is resolved relative 1310IO::AIO::WD object is ignored, otherwise the pathname is resolved relative
1311to that IO::AIO::WD object. 1311to that IO::AIO::WD object.
1312 1312
1313For example, to get a wd object for F</etc> and then stat F<passwd> 1313For example, to get a wd object for F</etc> and then stat F<passwd>
1314inside, you would write: 1314inside, you would write:
1315 1315

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines