Documentation ¶ Index ¶ func GetDirs(path string) trier.Try[[]string] func GetFiles(path string) trier.Try[[]string] func GetPaths(path string) trier.Try[[]string] func IsDir(path string) trier.Try[bool] func IsFile(path string) trier.Try[bool] func PathExists(path string) trier.Try[bool] Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetDirs ¶ func GetDirs(path string) trier.Try[[]string] func GetFiles ¶ func GetFiles(path string) trier.Try[[]string] func GetPaths ¶ func GetPaths(path string) trier.Try[[]string] func IsDir ¶ func IsDir(path string) trier.Try[bool] func IsFile ¶ func IsFile(path string) trier.Try[bool] func PathExists ¶ func PathExists(path string) trier.Try[bool] Types ¶ This section is empty. Source Files ¶ View all Source files dir.go file.go path.go Click to show internal directories. Click to hide internal directories.