Functions
walk
walk(
dirPath
):AsyncIterable
<string
>
Defined in: llamaindex/src/storage/FileSystem.ts:24
Recursively traverses a directory and yields all the paths to the files in it.
Parameters
dirPath
string
The path to the directory to traverse.
Returns
AsyncIterable
<string
>