FilesystemFunction: readDir()On this pageFunction: readDir() readDir(path): Promise<DirHandle> Open the directory at the given path in order to navigate its content. See readdir(3) Parameters path string Path to the directory. Returns Promise<DirHandle>