<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`DataAdapter`](DataAdapter) › [`list`](DataAdapter/list) ## DataAdapter.list() method Retrieve a list of all files and folders inside the given folder, non-recursive. **Signature:** ```typescript list(normalizedPath: string): Promise<ListedFiles>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>normalizedPath</code> | <code>string</code> | path to folder, use [normalizePath()](normalizePath) to normalize beforehand. | **Returns:** `Promise<`[`ListedFiles`](ListedFiles)`>`