devctrl.resources.get_resource_path#
- get_resource_path(rel_path: str) str[source]#
Get absolute path to a resource file in the package’s resource directory
Convenience function that combines the resource directory path with a relative path to get the full absolute path to a resource file.
- Parameters:
rel_path – Path of the file relative to the devctrl.resources module
- Returns:
Absolute path to the resource file