PathNameGetParentDirectory Method |
Gets the directory name.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DirectoryName GetParentDirectory()
Return Value
DirectoryNameThe parent directory.
Remarks
Corresponds to System.IO.Path.GetDirectoryName
See Also