exists

abstract suspend fun exists(path: Path): Boolean(source)

Checks if a given path exists in the file system.

Return

true if the path exists, false otherwise.

Parameters

path

The path to be checked for existence.