Hello there,
Within a package that I am developing now, I have a folder of assets that I would like to copy to the working directory of the user.
Is there a way to access the path of a specific package (in used in the current env)?
Something along
Pkg.path("MyPackage")
> "/some/path/MyPackage"