package
0.0.0-20241002170414-20b6b07deebf
Repository: https://github.com/qdm12/golibs.git
Documentation: pkg.go.dev

# Functions

CopyDirectory copies all files, directories and symlinks recursively to another path.
CopyFile copies a file from a path to another path.
CopySymLink copies a symlink to another path.
No description provided by the author
DirectoryExists returns true if a directory exists.
FileExists returns true if a file exists at the path given.
FilepathExists returns true if a file path exists.
GetGroupPermissions obtains the permissions of the group owning the file path.
GetOthersPermissions obtains the permissions for users and groups not owning the file path.
GetOwnership obtains the user ID and group ID owning the file or directory or returns 0 and 0 if running in Windows (no IDs).
GetUserPermissions obtains the permissions of the user owning the file.
IsDirectory returns true if the path points to a directory.
No description provided by the author
IsFile returns true if the path points to a file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Touch creates an empty file at the file path given.
WriteLinesToFile writes a slice of strings as lines to a file.
WriteToFile writes data bytes to a file, and creates any directory not existing in the file path if necessary.

# Variables

No description provided by the author

# Type aliases

No description provided by the author