Documentation
¶
Overview ¶
Package extos base tool
Package extos base tool
Index ¶
- func FileCopy(src, dest string) error
- func FileModTime(file string) (int64, error)
- func FileSize(file string) (int64, error)
- func HasPermission(name string) bool
- func IsExist(paths string) bool
- func IsFile(filePath string) bool
- func IsMachineLittleEndian() bool
- func WriteFile(filename string, data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileModTime ¶ added in v0.0.3
FileModTime returns file modified time and possible error.
func HasPermission ¶ added in v0.0.3
HasPermission returns a boolean indicating whether that permission is allowed.
func IsExist ¶ added in v0.0.3
IsExist checks whether a file or directory exists. It returns false when the file or directory does not exist.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.