Open
Description
Migrated from WICG/file-system-access#101 (see #2)
We should at least support the last-modified time and size, though we could consider other information such as the creation time.
For a file, it's currently not possible to get the size without reading in the file into memory via getFile()
.
For a directory, it's currently not possible to get the number of files in the directory without iterating through it (requested in WICG/file-system-access#215).
Metadata
Metadata
Assignees
Labels
No labels