molprop.powertoys.pathlib_utils.get_latest_folder

molprop.powertoys.pathlib_utils.get_latest_folder(path: Path) Path | None

Return the latest folder of a given path.

Parameters:

path (Path) – A path with folders

Returns:

The latest folder in the given if exists; otherwise None

Return type:

Path | None