Click or drag to resize

DirectoryNameGetRelativePath(DirectoryName) Method

Converts the specified absolute path into a relative path (relative to this).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DirectoryName? GetRelativePath(
	DirectoryName? path
)

Parameters

path  DirectoryName

[Missing <param name="path"/> documentation for "M:Altaxo.Main.Services.DirectoryName.GetRelativePath(Altaxo.Main.Services.DirectoryName)"]

Return Value

DirectoryName

[Missing <returns> documentation for "M:Altaxo.Main.Services.DirectoryName.GetRelativePath(Altaxo.Main.Services.DirectoryName)"]

See Also