existsAny

open fun existsAny(path: Path): Boolean

Exists

Determine whether the path provided exists in this VFS, considering lazy reads and other deferred activity; the default implementation simply delegates to Files.exists.

Return

Whether the path exists

Parameters

path

Path to check for existence