startsWith

Determines whether this file belongs to the same root as other and starts with all components of other in the same order. So if other has N components, first N components of this must be the same as in other.

Since Kotlin

1.0

Return

true if this path starts with other path, false otherwise.