When true, exceptions will be ignored if path does not exist.
Node fs.RmOptions TypeScript interface | API Reference | Bun BuildDocsReferenceGuidesBlogDiscord/node:fs/RmOptionsPforcePmaxRetriesPrecursivePretryDelay BuildDocsReferenceGuidesBlogDiscord /node:fs/RmOptionsPforcePmaxRetriesPrecursivePretryDelay fs.RmOptionsinterface RmOptionsforce?: boolean maxRetries?: number recursive?: boolean retryDelay?: number
Search the reference...
/
interface
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 true, perform a recursive directory removal. In recursive mode, operations are retried on failure.
The amount of time in milliseconds to wait between retries. This option is ignored if the recursive option is not true.
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →Node fs.RmOptions TypeScript interface | API Reference | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- API documentation for interface node:fs.RmOptions | Bun