Documentation
¶
Index ¶
- func DirEnsure(path string) error
- func DirEnsureWithConfig(path string, config DirConfig) error
- func IsDir(path string) bool
- func IsDirErr(path string) (bool, error)
- func IsFile(path string) bool
- func IsFileErr(path string) (bool, error)
- func NormalizeExt(ext string) string
- func PathExists(path string) bool
- func PathExistsErr(path string) (bool, error)
- func PathExistsTry(path string) trier.Try[bool]
- func SwapExt(path, oldExt, newExt string) string
- func WalkDirPaths(root string, filter func(string) bool, processFn func(string) error) error
- func WalkFilePaths(root string, filterFn func(string) bool, processFn func(string) error) error
- type DirConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DirEnsureWithConfig ¶
func NormalizeExt ¶
func PathExists ¶
func PathExistsErr ¶
func WalkDirPaths ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.