Skip to content

walk

walk(dirPath): AsyncIterable<string>

Defined in: .build/typescript/packages/llamaindex/src/storage/FileSystem.ts:24

Recursively traverses a directory and yields all the paths to the files in it.

string

The path to the directory to traverse.

AsyncIterable<string>