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

FileUtil.deleteAllOnExit() not working for directories #2

Closed
safris opened this issue Oct 30, 2020 · 0 comments
Closed

FileUtil.deleteAllOnExit() not working for directories #2

safris opened this issue Oct 30, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@safris
Copy link
Contributor

safris commented Oct 30, 2020

The use of Files.newOutputStream(path, StandardOpenOption.DELETE_ON_CLOSE) for directories is invalid. Therefore, the mechanism for deletion of directories with their contents must be reimplemented.

@safris safris added the bug Something isn't working label Oct 30, 2020
@safris safris added this to the v0.7.8 milestone Oct 30, 2020
@safris safris self-assigned this Oct 30, 2020
@safris safris closed this as completed Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant