更新文档

master
宇天 2020-01-09 11:06:32 +08:00
parent f44be49fbc
commit 61dd8da228
1 changed files with 12 additions and 12 deletions

View File

@ -11,18 +11,18 @@
+ props + props
- [origin](#origin) - [origin](#origin)
+ methods + methods
- [.cat(file)](.cat) - [.cat(file)](#.catfile)
- [.ls(path, recursive]](.ls) - [.ls(path, recursive)](#.lspath-recursive)
- [.echo(data, file, append, encode)](.echo) - [.echo(data, file, append, encode)](#.echodata-file-append-encode)
- [.chmod(path, mode)](.chmod) - [.chmod(path, mode)](#.chmodpath-mode)
- [.chown(path, uid, gid)](.chown) - [.chown(path, uid, gid)](#.chownpath-uid-gid)
- [.mv(origin, target)](.mv) - [.mv(origin, target)](#.mvorigin-target)
- [.cp(origin, target)](.cp) - [.cp(origin, target)](#.cporigin-target)
- [.rm(origin)](.rm) - [.rm(origin)](#.rmorigin)
- [.stat(path)](.stat) - [.stat(path)](#.statpath)
- [.isdir(path)](.isdir) - [.isdir(path)](#.isdirpath)
- [.mkdir(dir, mode)](.mkdir) - [.mkdir(dir, mode)](#.mkdirdir-mode)
- [.exists(path)](.exists) - [.exists(path)](#.existspath)
## 属性 ## 属性