Click or drag to resize

PathNameGetParentDirectory Method

Gets the directory name.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DirectoryName GetParentDirectory()

Return Value

DirectoryName
The parent directory.
Remarks
Corresponds to System.IO.Path.GetDirectoryName
See Also