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.