We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b228c9 commit 6b8aa29Copy full SHA for 6b8aa29
README.md
@@ -23,7 +23,9 @@ Options:
23
24
* `tmp`: Temp folder to use to place files and folders for the Windows
25
implementation. Must be on the same physical device as the path being
26
- deleted. Defaults to `dirname(f)`.
+ deleted. Defaults to `os.tmpdir()` when that is on the same drive letter
27
+ as the path being deleted, or `${drive}:\temp` if present, or `${drive}:\`
28
+ if not.
29
* `preserveRoot`: If set to boolean `false`, then allow the recursive
30
removal of the root directory. Otherwise, this is not allowed.
31
0 commit comments