Documentation ¶
Index ¶
- func CopyPathToPath(fromPath, toPath string) (err error)
- func CopyPathToWriter(originalFilePath string, targetWriter io.Writer) (err error)
- func CopyReaderToPath(src io.Reader, targetPath string) (err error)
- func Create(path string) (file *os.File, err error)
- func IsDirEmpty(dir string) (isEmpty bool, err error)
- func IsRegular(f os.FileInfo) bool
- func Open(path string) (file *os.File, err error)
- func TempDir(namePrefix string, cb func(tmpDir string, err error))
- func TempFile(namePrefix string, cb func(tmpFile *os.File, err error))
- func TempPath(namePrefix string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyPathToPath ¶
func CopyPathToWriter ¶
func IsDirEmpty ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.