ProjectFolderGetFoldersParentFolder Method |
Gets the parent directory of the provided directory.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetFoldersParentFolder(
string dirName
)
Parameters
- dirName String
- The provided directory name.
Return Value
StringThe parent directory. If no parent directory exists, the function returns null.
See Also