Skip to main content

getFilteredFolderContents

@quik/core


@quik/core / getFilteredFolderContents

Function: getFilteredFolderContents()

getFilteredFolderContents(folder, filters?): Promise<string[]>

Defined in: utils/FileSystem.ts:197

Get the contents of a folder, filtered based on a list of filters passed as parameter.

Parameters

folder

string

The folder for which we want the contents.

filters?

IFilterDefinition[]

The filters to be applied to the contents.

Returns

Promise<string[]>