Click or drag to resize

PathNameGetParentDirectory Method

Gets the directory name.

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

Return Value

DirectoryName

[Missing <returns> documentation for "M:Altaxo.Main.Services.PathName.GetParentDirectory"]

Remarks
Corresponds to System.IO.Path.GetDirectoryName
See Also