| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > FileSystem > readFolderItemsAsync
An async version of FileSystem.readFolderItems()<></>.
Signature:
static readFolderItemsAsync(folderPath: string, options?: IFileSystemReadFolderOptions): Promise<FolderItem[]>;|
Parameter |
Type |
Description |
|---|---|---|
|
folderPath |
string | |
|
options |
(Optional) |
Returns:
Promise<FolderItem<></>[]>