package
3.0.0-alpha.9
Repository: https://github.com/wailsapp/wails.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
COPY file from source to target.
COPYDIR recursively copies a directory tree, attempting to preserve permissions.
COPYDIR2 recursively copies a directory tree, attempting to preserve permissions.
No description provided by the author
No description provided by the author
DELETE a file.
No description provided by the author
No description provided by the author
ENDIR ensures that the path gets created if it doesn't exist.
No description provided by the author
EXISTS - Returns true if the given path exists.
No description provided by the author
ISDIR returns true if the given directory exists.
ISDIREMPTY returns true if the given directory is empty.
ISFILE returns true if the given file exists.
LOADBYTES returns the contents of the given filename as a string.
LOADSTRING returns the contents of the given filename as a string.
MD5FILE returns the md5sum of the given file.
No description provided by the author
Move file from source to target.
MUSTDELETE a file.
RENAME a file or directory.
REPLACEALL replaces all substitution keys with associated values in the given file.
No description provided by the author
No description provided by the author
SAVEBYTES will create a file with the given string.
SAVESTRING will create a file with the given string.
No description provided by the author
SUBDIRS returns a list of subdirectories for the given directory.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Type aliases

Sub is the substitution type.