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
Currently I don't think there is a way to get the number of files in a directory without iterating over it.
It would be nice to be able to do something like FileSystemDirectoryHandle.length so we can determine how many files are in a directory.
FileSystemDirectoryHandle.length
The text was updated successfully, but these errors were encountered:
Also somewhat related to #101, requesting some method to get metadata from files/directories.
Sorry, something went wrong.
This issue has been ported to the new spec: whatwg/fs#12
No branches or pull requests
Currently I don't think there is a way to get the number of files in a directory without iterating over it.
It would be nice to be able to do something like
FileSystemDirectoryHandle.length
so we can determine how many files are in a directory.The text was updated successfully, but these errors were encountered: