We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SdFat/src/FsLib/FsFile.h
Line 363 in 052d38e
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; }
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
SdFat/src/FsLib/FsFile.h
Line 363 in 052d38e
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; }
The text was updated successfully, but these errors were encountered: