(sourceFile, targetFile string)
| 61 | } |
| 62 | |
| 63 | func (this *Local) CopyFile(sourceFile, targetFile string) (err error) { |
| 64 | |
| 65 | return |
| 66 | } |
| 67 | |
| 68 | // 拷贝文件夹 |
| 69 | func (this *Local) CopyDir(sourceDir, targetDir string) (err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected