PathOfBuildingCommunity / PathOfBuilding-SimpleGraphic

Other
7 stars 21 forks source link

Expose std::filesystem::remove_all functionality to lua side as an argument for RemoveDir #63

Open Paliak opened 3 months ago

Paliak commented 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.