fileExists

Determines if a file exists at the supplied path.

Example (REPL) usage:

>>> fileExists("khoury.jar")
res1: kotlin.Boolean = true
>>> fileExists("khoury-BADBAD.jar")
res2: kotlin.Boolean = false

Return

true if the file exists

Parameters

path

relative or absolute path to a file