See Original text in context
method z(IO::Path: --> Bool)
Returns True
if the invocant is a path that exists and has size of 0
. May be called on paths that are directories, in which case the reported file size (and thus the result of this method) is dependent on the operating system. The method will fail
with X::IO::DoesNotExist
if the path points to a non-existent filesystem entity.