Click or drag to resize

DirectoryNameGetRelativePath(FileName) 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 FileName? GetRelativePath(
	FileName? path
)

Parameters

path  FileName

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

Return Value

FileName

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

See Also