fileExists

internal actual fun fileExists(path: String): Boolean
internal actual fun fileExists(path: String): Boolean
internal expect fun fileExists(path: String): Boolean

Checks if a file or directory exists at the specified path.

Return

true if the file or directory exists, false otherwise

Parameters

path

The absolute path to check

internal actual fun fileExists(path: String): Boolean
internal actual fun fileExists(path: String): Boolean