demo · v132

Walk a directory, recursively, with totals

Pick a directory. The page recursively walks the tree using for await (const entry of dir.values()), builds a tree view, and totals up file count and bytes — all client-side, no upload.

checking support…
root
files seen
0
directories
0
total bytes
0
pick a directory to walk

see also