getAllResourcesInFolder

open fun getAllResourcesInFolder(path: String): Array<String>

Get all files recursively in a folder from the resources.

Return

A list of all paths to the files.

Parameters

path

The path to the folder.