master 1.2.0
宇天 2019-07-16 15:10:21 +08:00
parent d82c4e04b4
commit 2222b0d005
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ fs.chmod('test.txt', 777)
- path `<String>`
- recursion `<Boolean>`
> 删除文件&目录, 如果要递归删除所以子目录 `recursion`必须设为true.
> 删除文件, 如果要删除目录&子目录, `recursion`必须设为true.
```javascript