Skip to content

Commit 7b5fc80

Browse files
committed
Document .rw and .rwx file tetss
1 parent 9e2eac3 commit 7b5fc80

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

doc/Type/IO/Path.pod

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -362,17 +362,19 @@ instead the L<modified|/type/IO::Path#method_modified>,
362362
L<accessed|/type/IO::Path#method_accessed> and
363363
L<changed|/type/IO::Path#method_changed> methods instead.
364364
365-
X<:e> X<:d> X<:f> X<:l> X<:r> X<:w> X<:x> X<:s> X<:z>
366-
367-
:e Exists
368-
:d Directory
369-
:f File
370-
:l Symbolic link
371-
:r Readable
372-
:w Writable
373-
:x Executable
374-
:s Size
375-
:z Zero size
365+
X<:e> X<:d> X<:f> X<:l> X<:r> X<:w> X<:x> X<:s> X<:z> X<:rw> X<:rwx>
366+
367+
:e Exists
368+
:d Directory
369+
:f File
370+
:l Symbolic link
371+
:r Readable
372+
:w Writable
373+
:x Executable
374+
:s Size
375+
:z Zero size
376+
:rw Readable and writable
377+
:rwx Readable, writable, and executable
376378
377379
Usage:
378380

0 commit comments

Comments
 (0)