# Functions
Confirm will prompt to user for yes or no.
ContainsString check if string exists in array of string.
DeleteAllFiles will delete all files in array.
DeleteFile will delete a file.
GetDuplicateFiles return duplicate files.
GetFileName will return the file name from a directory path.
GetFiles will return the file name from a directory path.
GetUniqueFiles return unique files.
IsDir check if a given path is file or directory.
IsValidPath check if the path is valid.
ListDir will walk through directory.
PrintFiles will print files in pretter style.
Sha256sum will hash the file and return the sha256sum.
# Variables
AppName is the name of the application.
BuildDate is the date when the application is built.
CommitHash is the last commit hash when the application is built.
Version is the version of the application.