fileExists

abstract fun fileExists(path: String): Boolean

Deprecated

Use exists() instead

Replace with

exists(path)

Check if a file exists at the path.

Parameters

path

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