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