package
0.47.2
Repository: https://github.com/go-flutter-desktop/hover.git
Documentation: pkg.go.dev

# Functions

AddLineToFile appends a newLine to a file if the line isn't already present.
CopyAsset copies a file from asset.
CopyDir copy files from one directory to another directory recursively.
CopyFile from one file to another.
CopyTemplateDir copy files from one directory to another directory recursively while executing all templates in files and file names.
DownloadFile will download a url to a local file.
ExecuteTemplateFromAssets create file from a template asset.
ExecuteTemplateFromFile create file from a template file.
IsDirectory check if path exists and is a directory.
IsFileExists checks if a file exists and is not a directory.
RemoveLinesFromFile removes lines to a file if the text is present in the line.