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

ofFile::doesFileExist simplified #7970

Merged
merged 4 commits into from
May 22, 2024
Merged

ofFile::doesFileExist simplified #7970

merged 4 commits into from
May 22, 2024

Conversation

dimitre
Copy link
Member

@dimitre dimitre commented May 18, 2024

no need to open the file. using of::filesystem::exists instead

reason: file existence can be tested using partition index, not "moving the needle" to the file itself.

@dimitre dimitre requested a review from ofTheo May 20, 2024 15:07
@ofTheo ofTheo merged commit 0a567fb into openframeworks:master May 22, 2024
11 checks passed
@dimitre dimitre deleted the fs3 branch May 22, 2024 21:39
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.

None yet

2 participants