# Functions
CurrentUsername returns the username of the current user.
IsDir returns true if given path is a directory, and returns false when it's a file or does not exist.
IsExist returns true if a file or directory exists.
IsFile returns true if given path exists as a file (i.e.
NewError wraps given error.