exists

open suspend override fun exists(path: Path): Boolean(source)

Verifies path existence in the file system. This is a lightweight operation that doesn't read file content.

Return

true if path exists and is accessible

Parameters

path

Target path to check