Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Paliak
Copy link

@Paliak Paliak commented Aug 19, 2024

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 PathOfBuildingCommunity/PathOfBuilding#8197 for more discussion and potential use case.

Current implementation of RemoveDir does not allow for removal of
direcoties with content. This commit adds a recursive boolean parameter
to RemoveDir allowing for recursive removal of directories and their
contents.

PathOfBuildingCommunity/PathOfBuilding#8197
@Paliak Paliak added the enhancement New feature or request label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant