getAllFilesInResources

fun getAllFilesInResources(fileExtension: String = ".json"): MutableList<String>

Go through the resources folder and return all files that are currently there as a MutableList

Return

List of filenames of all files in resources folder

Parameters

fileExtension

The extension of the files searched for (defaults to the '.json' ones)