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

add file.deleteTemp() #1845

Merged
merged 4 commits into from
Sep 9, 2024
Merged

add file.deleteTemp() #1845

merged 4 commits into from
Sep 9, 2024

Conversation

Advers
Copy link
Contributor

@Advers Advers commented Sep 7, 2024

Same as file.delete() but goes to sf_filedatatemp

@thegrb93
Copy link
Owner

thegrb93 commented Sep 7, 2024

Isn't the point of temp files that they delete automatically? Why add a delete function?

@Advers
Copy link
Contributor Author

Advers commented Sep 7, 2024

Allows files to be removed at user's discretion, e.g. when removing chip or to make room for new, different files. It just makes the files more temporary. Without going into excessive detail, it's something I need for a project and I couldn't imagine a particular reason why it shouldn't exist even if its usefulness is niche.

@thegrb93 thegrb93 merged commit 9461f4b into thegrb93:master Sep 9, 2024
1 check failed
@Advers Advers deleted the deletetemp branch September 10, 2024 07:42
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.

2 participants