# Functions
DeleteFromSlice removes the supplied single element from a given slice.
FileExists returns whether or not the given file exists in the OS.
FindInSlice returns whether or not the given slice contains the supplied element and, if so, returns its index.