Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document .rw and .rwx file tetss
  • Loading branch information
zoffixznet committed Apr 30, 2016
1 parent 9e2eac3 commit 7b5fc80
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions doc/Type/IO/Path.pod
Expand Up @@ -362,17 +362,19 @@ instead the L<modified|/type/IO::Path#method_modified>,
L<accessed|/type/IO::Path#method_accessed> and
L<changed|/type/IO::Path#method_changed> methods instead.
X<:e> X<:d> X<:f> X<:l> X<:r> X<:w> X<:x> X<:s> X<:z>
:e Exists
:d Directory
:f File
:l Symbolic link
:r Readable
:w Writable
:x Executable
:s Size
:z Zero size
X<:e> X<:d> X<:f> X<:l> X<:r> X<:w> X<:x> X<:s> X<:z> X<:rw> X<:rwx>
:e Exists
:d Directory
:f File
:l Symbolic link
:r Readable
:w Writable
:x Executable
:s Size
:z Zero size
:rw Readable and writable
:rwx Readable, writable, and executable
Usage:
Expand Down

0 comments on commit 7b5fc80

Please sign in to comment.