Documentation for method rwx
assembled from the following pages:
Class: IO::Path §
From IO::Path
(IO::Path) method rwx §
Defined as:
method rwx(IO::Path: --> Bool)
Returns True
if the invocant is a path that exists and is executable, readable, and writable. The method will fail
with X::IO::DoesNotExist
if the path points to a non-existent filesystem entity.