Skip to content

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): void

Parameters:

Parameter Type Description
normalizedFolderPath string The folder path.
fileEntry FileEntry The file entry to populate.

Returns: void