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

FsFile::isSystem() is missing. #489

Open
hlide opened this issue Aug 8, 2024 · 1 comment
Open

FsFile::isSystem() is missing. #489

hlide opened this issue Aug 8, 2024 · 1 comment

Comments

@hlide
Copy link

hlide commented Aug 8, 2024

bool isHidden() const {

I was using isHidden() and isSystem() in a project of mine but it failed to compile isSystem() as it seems to be absent here.

bool isSystem() { return m_fFile ? m_fFile->isSystem() : m_xFile ? m_xFile->isSystem() : false; }

@greiman
Copy link
Owner

greiman commented Aug 9, 2024

I will add it to SdFat-beta. Eventually it will be in the release version of SdFat.

I limit releases of SdFat for minor changes since Arduino forces all users to upgrade.

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

No branches or pull requests

2 participants