IPath<T>.

GetRelativePath(T) Method

Summary

Get the relative path to another path.
Namespace
Cake.Core.IO
Containing Type
IPath<T>

Syntax

T GetRelativePath(T to)

Parameters

Name Type Description
to T The target path.

Return Value

Type Description
T A path.