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