PathOfBuildingCommunity / PathOfBuilding-SimpleGraphic

Other
7 stars 21 forks source link

Properly handle returned value for RemoveDir #56

Closed Wires77 closed 7 months ago

Wires77 commented 7 months ago

remove returns true if the deletion was successful, so we should be checking the inverse of the return value for errors.

Fixes https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/7508