Versions in this module Expand all Collapse all v0 v0.0.3 Oct 27, 2020 Changes in this version + const OS_ALL_R + const OS_ALL_RW + const OS_ALL_RWX + const OS_ALL_W + const OS_ALL_X + const OS_EX + const OS_GROUP_R + const OS_GROUP_RW + const OS_GROUP_RWX + const OS_GROUP_SHIFT + const OS_GROUP_W + const OS_GROUP_X + const OS_OTH_R + const OS_OTH_RW + const OS_OTH_RWX + const OS_OTH_SHIFT + const OS_OTH_W + const OS_OTH_X + const OS_READ + const OS_USER_R + const OS_USER_RW + const OS_USER_RWX + const OS_USER_SHIFT + const OS_USER_W + const OS_USER_X + const OS_WRITE + func IsRegularFileOrDirectory(fileInfo os.FileInfo) bool + func PathExistsAndIsFileOrDirectory(path string) error v0.0.2 Oct 20, 2020 v0.0.1 Oct 14, 2020 Changes in this version + const PathSeparator + func CopyFile(source string, destination string, bufferSize int64) (int64, error) + func FindInPath(fileName string) (string, error) + func TempDirectoryPath(suffix string) string