relativePathTo

abstract fun relativePathTo(other: FileSystem): Path?

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

Return

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

Parameters

other

the target file system