CapacitorAdapter.quickList method
CapacitorAdapter › quickList
Unofficial
Quickly list files in a folder and add them to the file entry.Signature:
quickList(normalizedFolderPath: string, fileEntry: FileEntry): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedFolderPath | string | The folder path. |
| fileEntry | FileEntry | The file entry to populate. |
Returns: void