NevronOpenVision
Nevron.Nov.IO Namespace / NPath Class / MakeRelative Method
MakeRelative Method
Gets a relative path leading from the first path (fromPath) to the second one (toPath). For example, if you pass "C:\Documents\Mark" as fromPath and "C:\Documents\Jane" as toPath, the resulting relative path will be "..\Jane".
Syntax
public System.string MakeRelative( 
   System.string fromPath,
   System.string toPath
)

Parameters

fromPath
toPath
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also