perl6/doc/lib/X/IO/Rename
doc src
(title) class X::IO::Rename
class X::IO::Rename does X::IO is Exception { }
Error class for failed file or directory rename operations. A typical
error message is
Failed to rename 'source' to 'destination': is a directory
Methods
(head2) from
Returns the source of the failed rename operation
(head2) to
Returns the destination of the failed rename operation