bool DeleteFile(string)
Return Type: bool
Parameters: string FilePath
Description:
DeleteFile deletes a file indicated by FilePath. If the file does not exist,
the function returns false. The function returns true if the file is successfully
deleted. FilePath can be either an absolute or relative directory.