Returns the relative path to reach toPath from fromPath.

Namespace: VVVV.Utils
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static string MakeRelativePath(
	string basePath,
	string absolutePath
)

Parameters

basePath
Type: System..::..String

[Missing <param name="basePath"/> documentation for "M:VVVV.Utils.PathUtils.MakeRelativePath(System.String,System.String)"]

absolutePath
Type: System..::..String

[Missing <param name="absolutePath"/> documentation for "M:VVVV.Utils.PathUtils.MakeRelativePath(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.PathUtils.MakeRelativePath(System.String,System.String)"]

See Also