class X::IO::Mkdir does X::IO is Exception { }

Error class for failed mkdir operations.

A typical error message is

Failed to create directory 'destination' with mode '0o755': File exists

Methods§

method path§

Returns the path that the mkdir operation failed to create.

method mode§

Returns the permissions mask of the failed mkdir operation as an Int.

Typegraph§

Type relations for X::IO::Mkdir
raku-type-graph X::IO::Mkdir X::IO::Mkdir Exception Exception X::IO::Mkdir->Exception X::IO::Mkdir->Exception X::IO X::IO X::IO::Mkdir->X::IO Mu Mu Any Any Any->Mu Exception->Any X::OS X::OS X::OS->Exception X::IO->Exception X::IO->X::OS

Expand chart above