Documentation
¶
Index ¶
- func Copy(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
- func CopyAll(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
- func CopyDir(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
- func CopyFile(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
- func Move(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
- func MoveAll(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
- func MoveDir(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
- func MoveFile(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Copy ¶
func Copy(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
Copy copies a file or directory from one file system to another recursively.
func CopyAll ¶
func CopyAll(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
CopyAll copies the content of a directory to another directory recursively.
func CopyDir ¶
func CopyDir(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
CopyDir copies a directory recursively from one file system to another.
func CopyFile ¶
func CopyFile(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
CopyFile copies a file from one file system to another.
func Move ¶
func Move(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
Move moves a file or directory from one file system to another recursively.
func MoveAll ¶
func MoveAll(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
MoveAll moves the content of a directory to another directory recursively.
func MoveDir ¶
func MoveDir(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
MoveDir moves a directory recursively from one file system to another.
func MoveFile ¶
func MoveFile(fsSrc *fs.FileSystem, src string, fsDst *fs.FileSystem, dst string) errors.Error
MoveFile moves a file from one file system to another.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.