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:

ParameterTypeDescription
normalizedFolderPathstringThe folder path.
fileEntryFileEntryThe file entry to populate.

Returns: void