package
0.0.0-20230406005455-5972462d6208
Repository: https://github.com/clivern/poodle.git
Documentation: pkg.go.dev

# Functions

ClearDir removes all files and sub dirs.
ConvertToJSON convert object to json.
DeleteFile deletes a file.
DirExists reports whether the dir exists.
EnsureDir ensures that directory exists.
EnsureTrailingSlash ensure there is a trailing slash.
FileExists reports whether the named file exists.
FilterFiles filters files list based on specific sub-strings.
InArray check if value is on array.
ListFiles lists all files inside a dir.
PathExists reports whether the path exists.
ReadFile get the file content.
RemoveStartingSlash removes any starting slash.
RemoveTrailingSlash removes any trailing slash.
StoreFile stores a file content.
Unset remove element at position i.

# Structs

File struct.