Liking cljdoc? Tell your friends :D

dots.node.fs.rm-dir-options


max-retriescljs

(max-retries rm-dir-options)

If 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.

If 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`.
sourceraw docstring

recursive?cljs

(recursive? rm-dir-options)
source

retry-delaycljs

(retry-delay rm-dir-options)

The amount of time in milliseconds to wait between retries. This option is ignored if the recursive option is not true.

The amount of time in milliseconds to wait between retries.
This option is ignored if the `recursive` option is not `true`.
sourceraw docstring

set-max-retries!cljs

(set-max-retries! rm-dir-options value)

If 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.

If 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`.
sourceraw docstring

set-recursive!cljs

(set-recursive! rm-dir-options value)
source

set-retry-delay!cljs

(set-retry-delay! rm-dir-options value)

The amount of time in milliseconds to wait between retries. This option is ignored if the recursive option is not true.

The amount of time in milliseconds to wait between retries.
This option is ignored if the `recursive` option is not `true`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close