# Functions
Copy copies a file from src to dst.
CopyDirectory copies a directory from src to dst.
CopySymLink copies symlink from src to dst.
CreateIfNotExists creates a file if not exists.
Exists checks to see if a file exists.
ExpandPath expands path with ~ notation.