Determines whether other is a prefix of this.
bool startsWith(UnixPath other) => _string.startsWith(other._string);