resolve

abstract fun resolve(path: String): File

Resolves a local file path, either absolutely or relatively from workingDirectory. This does not perform any check for file existence.

Return

the resolved file

Parameters

path

absolute or relative file path to resolve