Documentation ¶
Index ¶
- func CopyFilePaths(fromPath, toPath string) (err error)
- func CopyPathToWriter(originalFilePath string, targetWriter io.Writer) (err error)
- func CopyReaderToPath(src io.Reader, targetPath string) (err error)
- func CreateFile(path string) (file *os.File, err error)
- func IsDirEmpty(dir string) (isEmpty bool, err error)
- func OpenFile(path string) (file *os.File, err error)
- func ReadFile(file *os.File) string
- func SetExecutableBits(dest string, fileInfoToCopy os.FileInfo) (err error)
- func SetExecutableBitsWithPaths(dest string, src string) (err error)
- func SetTmpPathPrefix(path string)
- func TempDir(namePrefix string, cb func(tmpDir string, err error))
- func TempFile(namePrefix string, cb func(tmpFile *os.File, err error))
- func TmpPathPrefix() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFilePaths ¶
func CopyPathToWriter ¶
func IsDirEmpty ¶
func SetExecutableBits ¶
func SetTmpPathPrefix ¶
func SetTmpPathPrefix(path string)
func TmpPathPrefix ¶
func TmpPathPrefix() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.