Path of this package?

Well, that’s only if you’re already within the module! I also find the loss of Pkg.dir a little bit frustrating (even though in the context that the OP was referring to, @__DIR__ or even pathof(@__MODULE__) is preferable). I think one of the reasons this may have been done is to allow for the possibility that the actual location of the package is ambiguous until it is imported. It would however be nice if there were still some options for getting the path of a package that’s not currently imported.