Optional
forceOptional
maxIf an EBUSY
, EMFILE
, ENFILE
, ENOTEMPTY
, or
EPERM
error is encountered, Node.js will retry the operation with a linear
backoff wait of retryDelay
ms longer on each try. This option represents the
number of retries. This option is ignored if the recursive
option is not
true
.
0
Optional
recursiveIf true
, perform a recursive directory removal. In
recursive mode, operations are retried on failure.
false
Optional
retryThe amount of time in milliseconds to wait between retries.
This option is ignored if the recursive
option is not true
.
100
When
true
, exceptions will be ignored ifpath
does not exist.Default
false