relativeTo

fun relativeTo(other: FsEntry): FsEntry?

Computes this entry's path relative to other.

Return

the relative entry, or null if a relative path cannot be computed or the entries belong to different backends

Parameters

other

the base entry