fileInPackageAbsolutePath

open fun fileInPackageAbsolutePath(root: String, pkg: String, file: String): Path(source)

Calculates the path to a file in a package.

Parameters

root

the root directory in which the package resides

pkg

the package in which the file resides, like "com.laamella.parser"

file

the filename of the file in the package.


open fun fileInPackageAbsolutePath(root: Path, pkg: String, file: String): Path(source)