Documentation
¶
Index ¶
- func AllWithExtension(ext string) ([]string, error)
- func AllWithExtensionExactlyInDir(ext string, dir string) ([]string, error)
- func AllWithExtensionInDir(dir string, ext string) ([]string, error)
- func DirectoriesInDirectory(path string) ([]string, error)
- func FileExists(path string) bool
- func IsDir(pathFile string) bool
- type Nameable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllWithExtension ¶
AllWithExtension returns all file names with the extension 'ext' from the current working directory. They are returned relative to that directory
func AllWithExtensionExactlyInDir ¶ added in v0.0.35
func AllWithExtensionInDir ¶ added in v0.0.61
func DirectoriesInDirectory ¶ added in v0.0.60
DirectoriesInDirectory returns all directories inside a root path (not subdirectories)
func FileExists ¶ added in v0.0.18
Types ¶
Click to show internal directories.
Click to hide internal directories.