Documentation
¶
Index ¶
- func CopyFileOrDir(src, dst string) error
- func CopyMultiple(sources []string, destDir string) error
- func CreateDir(dir, name string) error
- func CreateFile(dir, name string) error
- func Delete(path string, isDir bool) error
- func MoveMultiple(sources []string, destDir string) error
- func MoveToTrash(path string) error
- func Rename(oldPath, newName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFileOrDir ¶
CopyFileOrDir copies a file or directory from src to dst
func CopyMultiple ¶
CopyMultiple copies multiple files/directories to a destination directory
func MoveMultiple ¶
MoveMultiple moves multiple files/directories to a destination directory
func MoveToTrash ¶
MoveToTrash moves a file or directory to the system trash/recycle bin
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.