@@ -390,15 +390,15 @@ Returns C<True> if the invocant is a path that exists.
390
390
391
391
Returns C < True > if the invocant is a path that exists and is a directory.
392
392
The method will L « C < fail > |/routine/fail» with C < X::IO::DoesNotExist > if the
393
- path points to a non-existent object .
393
+ path points to a non-existent filesystem entity .
394
394
395
395
= head2 method f
396
396
397
397
method f(--> Bool:D)
398
398
399
399
Returns C < True > if the invocant is a path that exists and is a file.
400
400
The method will L « C < fail > |/routine/fail» with C < X::IO::DoesNotExist > if the
401
- path points to a non-existent object .
401
+ path points to a non-existent filesystem entity .
402
402
403
403
= head2 method s
404
404
@@ -407,55 +407,55 @@ path points to a non-existent object.
407
407
Returns the filesize in bytes. May be called on paths that are directories, in
408
408
which case the reported size is dependant on the operating system.
409
409
The method will L « C < fail > |/routine/fail» with C < X::IO::DoesNotExist > if the
410
- path points to a non-existent object .
410
+ path points to a non-existent filesystem entity .
411
411
412
412
= head2 method l
413
413
414
414
method l(--> Bool:D)
415
415
416
416
Returns C < True > if the invocant is a path that exists and is a symlink.
417
417
The method will L « C < fail > |/routine/fail» with C < X::IO::DoesNotExist > if the
418
- path points to a non-existent object .
418
+ path points to a non-existent filesystem entity .
419
419
420
420
= head2 method r
421
421
422
422
method r(--> Bool:D)
423
423
424
424
Returns C < True > if the invocant is a path that exists and is accessible.
425
425
The method will L « C < fail > |/routine/fail» with C < X::IO::DoesNotExist > if the
426
- path points to a non-existent object .
426
+ path points to a non-existent filesystem entity .
427
427
428
428
= head2 method w
429
429
430
430
method w(--> Bool:D)
431
431
432
432
Returns C < True > if the invocant is a path that exists and is writable.
433
433
The method will L « C < fail > |/routine/fail» with C < X::IO::DoesNotExist > if the
434
- path points to a non-existent object .
434
+ path points to a non-existent filesystem entity .
435
435
436
436
= head2 method rw
437
437
438
438
method rw(--> Bool:D)
439
439
440
440
Returns C < True > if the invocant is a path that exists and is readable and
441
441
writable. The method will L « C < fail > |/routine/fail» with C < X::IO::DoesNotExist >
442
- if the path points to a non-existent object .
442
+ if the path points to a non-existent filesystem entity .
443
443
444
444
= head2 method x
445
445
446
446
method x(--> Bool:D)
447
447
448
448
Returns C < True > if the invocant is a path that exists and is executable.
449
449
The method will L « C < fail > |/routine/fail» with C < X::IO::DoesNotExist > if the
450
- path points to a non-existent object .
450
+ path points to a non-existent filesystem entity .
451
451
452
452
= head2 method rwx
453
453
454
454
method rwx(--> Bool:D)
455
455
456
456
Returns C < True > if the invocant is a path that exists and is executable,
457
457
readable, and writable. The method will L « C < fail > |/routine/fail» with
458
- C < X::IO::DoesNotExist > if the path points to a non-existent object .
458
+ C < X::IO::DoesNotExist > if the path points to a non-existent filesystem entity .
459
459
460
460
= head2 method z
461
461
@@ -465,7 +465,8 @@ Returns C<True> if the invocant is a path that exists and has size of C<0>.
465
465
May be called on paths that are directories, in
466
466
which case the reported filesize (and thus the result of this method)
467
467
is dependant on the operating system. The method will L « C < fail > |/routine/fail»
468
- with C < X::IO::DoesNotExist > if the path points to a non-existent object.
468
+ with C < X::IO::DoesNotExist > if the path points to a non-existent filesystem
469
+ entity.
469
470
470
471
= head2 routine slurp
471
472
0 commit comments