update the description for the os.RemoveAll

This commit is contained in:
astaxie
2014-08-31 00:26:04 +08:00
parent 197106ba95
commit 0f87590b89

View File

@@ -17,7 +17,7 @@
- func RemoveAll(path string) error
根据path删除多级子目录如果path是单个名称那么该目录删除。
根据path删除多级子目录如果path是单个名称那么该目录下的子目录全部删除。
下面是演示代码:
@@ -150,4 +150,4 @@ Go语言里面删除文件和删除文件夹是同一个函数
## links
* [目录](<preface.md>)
* 上一节: [模板处理](<07.4.md>)
* 下一节: [字符串处理](<07.6.md>)
* 下一节: [字符串处理](<07.6.md>)