relativePath

open fun relativePath(from: File, to: File): String(source)

Returns a relative path from 'from' to 'to'

Return

The relative path

Parameters

from

where to calculate from

to

where to calculate to