d
ErrorsCollection

d

Synthesised documentation from type/IO/Path type/IO/Special

From type/IO/Path

See Original text in context

method d(IO::Path:D: --> Bool:D)

Returns True if the invocant is a path that exists and is a directory. The method will fail with X::IO::DoesNotExist if the path points to a non-existent filesystem entity.

From type/IO/Special

See Original text in context

method d(IO::Special:D: --> False)

The 'directory' file test operator, always returns False.