Versions in this module Expand all Collapse all v1 v1.1.1 Jul 26, 2021 v1.1.0 Oct 11, 2019 v1.0.0 Jan 12, 2019 Changes in this version + func DirectoryFilesCount(dirPath string) (int, error) + func FileExists(filePath string) (bool, error) + func IsDirectory(path string) bool + func IsFile(path string) bool + func Unzip(zipFilePath string, destDirectory string) ([]string, error)