Delete Directory
fc_delete_directoryDelete a directory from the filesystem. Use recursive mode to remove non-empty directories and their contents.
Instructions
Deletes a directory.
Args:
path (string): Path to the directory
recursive (boolean): Delete non-empty directories too
Warning: With recursive=true ALL contents are irreversibly deleted!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the directory | |
| recursive | No | Delete recursively |