# Functions
CopyLocalFile - copies file from `src` to `dst`.
Exists - checks if the directory exists.
IsValidUUID - checks if a string is a valid UUID.
validateDirectory expands a directory and checks that it exists it returns the full path to the directory on success validateDirectory("~/foo") -> ("/home/bbkane/foo", nil).