Open Paliak opened 3 months ago
Current implementation of RemoveDir does not allow for removal of directories with content. This commit adds a recursive boolean parameter to RemoveDir allowing for recursive removal of directories and their contents.
See https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8197 for more discussion and potential use case.
Current implementation of RemoveDir does not allow for removal of directories with content. This commit adds a recursive boolean parameter to RemoveDir allowing for recursive removal of directories and their contents.
See https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8197 for more discussion and potential use case.