relativePathTo

abstract fun relativePathTo(other: FileSystem): FsEntry?

Computes the relative path from this file system's workingDirectory to other's.

Return

the relative entry from this working directory to the other, or null if either working directory is null or no relative path exists

Parameters

other

the target file system