Warning

🚧 Sprout is still in active development and evolving quickly, so the documentation and functionality may not work as described and could undergo substantial changes 🚧

path_resource

core.path_resource(package_id: int, resource_id: int)

Gets the absolute path to the specified resource.

Parameters

package_id : int

The ID of the package.

resource_id : int

The ID of the resource.

Returns

: Path

The absolute path to the specified resource.