remove
remove(path
): Promise
<void
>
Removes the file or directory recursively specified by path
.
Parameters
Parameter | Type | Description |
---|---|---|
path | PathLike | File path to remove. |
Returns
Promise
<void
>
remove(path
): Promise
<void
>
Removes the file or directory recursively specified by path
.
Parameter | Type | Description |
---|---|---|
path | PathLike | File path to remove. |
Promise
<void
>