- Preparing search index...
- The search index is not available
@vangware/test
- getFilePaths(fileOrDirectory: ReadOnlyDeepRecord<URL>): AsyncGenerator<ReadOnlyDeepRecord<URL>, void, unknown>
-
Parameters
-
fileOrDirectory: ReadOnlyDeepRecord<URL>
Returns AsyncGenerator<ReadOnlyDeepRecord<URL>, void, unknown>
Recursively search for files in the given directory and yields every file. If a file path is passed initially, that file is shielded directly.
Example
Yields
Files recursively found in the given directory.