exists

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

Verifies path existence without accessing encrypted content. This operation is safe as it doesn't expose any protected data.

Return

true if path exists and is accessible

Parameters

path

Target path to check