accepts

abstract fun accepts(path: Path): Boolean

Acceptance Criteria

Returns true if this VFS implementation should claim access to the provided path.

Return

Whether this VFS should own the path; defaults to false.

Parameters

path

Path to check for ownership.