fileExists

abstract fun fileExists(path: String): Boolean

Check if a file exists at the path.

Parameters

path

fully qualified path encoded specifically to the target platform's filesystem