X Tutup
Skip to content

[tests] Add test for non empty directory deletion#12604

Draft
tobil4sk wants to merge 1 commit intoHaxeFoundation:developmentfrom
tobil4sk:fix/test-deleteDirectory-non-empty
Draft

[tests] Add test for non empty directory deletion#12604
tobil4sk wants to merge 1 commit intoHaxeFoundation:developmentfrom
tobil4sk:fix/test-deleteDirectory-non-empty

Conversation

@tobil4sk
Copy link
Member

This is already the behaviour of all haxe targets, and is specified by the documentation:

Deletes the directory specified by `path`. Only empty directories can
be deleted.

The discussion is still pending in #5585, but I wanted to open a PR to not forget about this patch.

This is already the behaviour of all haxe targets, and is specified by
the documentation:
> Only empty directories can be deleted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup