Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFile ¶
CopyFile copies a file from src to dst. If src and dst files exist, and are the same, then return successfully. Otherise, attempt to copy the file contents from src to dst. The file will be created if it does not already exist. If the destination file exists, all it's contents will be replaced by the contents of the source file.
func MakeDirectoryIfNotExists ¶
MakeDirectoryIfNotExists asserts whether a directory exists and makes it if not. Returns nil if exists or successfully made.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.