package
0.0.0-20240116224956-e289d49a7aa9
Repository: https://github.com/southclaws/sampctl.git
Documentation: pkg.go.dev

# Functions

CopyFile copies a file from src to dst.
DirEmpty checks if the given directory is empty.
Exists simply checks if a path exists and panics on error.
FullPath wraps filepath.Abs and panics on error.
RelPath makes a path relative to the cwd, if it fails it simply returns the original path.