Documentation
¶
Index ¶
- func Copy(src, dest string) (err error)
- func CopyNewtimes(src, dest string) (err error)
- func Move(src, dest string) (err error)
- func ReadFile(filePath string) (data []byte, err error)
- func Remove(p string) (err error)
- func RoboCopy(src, dest string) (err error)
- func WriteFile(filePath string, data []byte) (err error)
- func WriteFileByReader(filePath string, reader io.Reader) (err error)
- func WriteFileWithoutChangeTime(filePath string, data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyNewtimes ¶ added in v0.0.5
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.