dgs.utils.files.is_abs_dir

dgs.utils.files.is_abs_dir(filepath: str) bool[source]

Returns whether this filepath is an existing absolute directory.

Parameters:

filepath (FilePath) – The path to check.

Returns:

True if the filepath is an absolute directory, False otherwise.

Return type:

bool