# Functions
DeleteAndCreateFile checks if the file path given exists, if it does, it deletes it and creates a new file.
DeleteLogFiles cleans up the lingering log files.
KillProcesses finds the passed in process IDs and kills the process.
LogErrorOutput logs the output of a specific file.
WaitForTextInFile checks a file every polling interval for the text requested.