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

Parameters

path  FileName
The absolute file path.

Return Value

FileName
The relative file path, or if path is .
See Also