We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff04cb commit 31e177aCopy full SHA for 31e177a
docs/remove-sync.md
@@ -1,6 +1,6 @@
1
# removeSync(path)
2
3
-Removes a file or directory. The directory can have contents. Like `rm -rf`.
+Removes a file or directory. The directory can have contents. If the path does not exist, silently does nothing. Like `rm -rf`.
4
5
- `path` `<String>`
6
docs/remove.md
# remove(path[, callback])
- `callback` `<Function>`
0 commit comments