Click or drag to resize

ProjectFolderGetFoldersParentFolder Method

Gets the parent directory of the provided directory.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetFoldersParentFolder(
	string dirName
)

Parameters

dirName  String
The provided directory name.

Return Value

String
The parent directory. If no parent directory exists, the function returns null.
See Also