listResourceFiles

private fun listResourceFiles(path: String): List<String>

Lists all files in a resource directory, works both in IDE and JAR.

Return

List of file names in the directory.

Parameters

path

The path to the resource directory.