//
pkg.gl
Category
github.com/stackitcloud/stackit-cli
internal
pkg
fileutils
package
0.19.0
Repository:
https://github.com/stackitcloud/stackit-cli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
4
Files
54 SLOC
#
Functions
CopyFile
CopyFile copies the contents of a file to another file.
ReadFileIfExists
ReadFileIfExists reads the contents of a file and returns it as a string, along with a boolean indicating if the file exists.
WriteToFile
WriteToFile writes the given content to a file.