ForgivingCleanDirectory() public static method

public static ForgivingCleanDirectory ( NiceIO.NPath directory ) : bool
directory NiceIO.NPath
return bool
 public void Dispose()
 {
     if (!this._noClean && this.Directory.Exists(""))
     {
         TempDir.ForgivingCleanDirectory(this.Directory);
     }
 }