Resource Utils
object ResourceUtils
Utility object for accessing and reading resources from the classpath.
This object provides convenient functions to retrieve the content of resource files as text or to get their Path. It simplifies common resource handling tasks.
Functions
Link copied to clipboard
Retrieves the Path for a resource located in the classpath.
Link copied to clipboard
Reads the text content of a resource file.