Click or drag to resize

ProjectFolderSplitFolderIntoParentFolderAndLastFolderPart Method

Splits a full folder name name into the parent directory and the single directory name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void SplitFolderIntoParentFolderAndLastFolderPart(
	string fullName,
	out string parentDir,
	out string currDir
)

Parameters

fullName  String
The full name of the directory.
parentDir  String
Parent directory name.
currDir  String
Single directory name.
See Also