# Functions
CopyRegular copies the content of a file to another.
CopyRegularToFile copies the content of a file to another.
DirCopy copies or hardlinks the contents of one directory to another, properly handling soft links.
# Constants
Content creates a new file, and copies the content of the file.
# Type aliases
Mode indicates whether to use hardlink or copy content.