On Sun, Jun 3, 2018 at 3:13 PM, ToddAndMargo <toddandma...@zoho.com> wrote: > Hi All, > > Does Perl 6 have a built in recursive rmdir > equivalent to LINUX's `rmdir --parents path`?
Searching for "rmdir" on the docs site, and selecting the sub rmdir entry, I see the following: To delete non-empty directory, see rmtree in File::Directory::Tree module with a link to the module's github.com repo: https://github.com/labster/p6-file-directory-tree -Tom