removeSync
removeSync(path
): void
Synchronously removes the file or directory recursively specified by path
.
Parameters
Parameter | Type | Description |
---|---|---|
path | PathLike | File path to remove. |
Returns
void
removeSync(path
): void
Synchronously removes the file or directory recursively specified by path
.
Parameter | Type | Description |
---|---|---|
path | PathLike | File path to remove. |
void