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.3572.0 (4.8.3572.0)
Syntax
C#
public DirectoryName? GetRelativePath(
	DirectoryName? path
)

Parameters

path  DirectoryName
The absolute directory path.

Return Value

DirectoryName
The relative directory path, or if path is .
See Also