This should explicitly create an empty directory.
Examples
>>> paths_json = PathsJson.from_path(
... "../test-data/conda-22.9.0-py38haa244fe_2-paths.json"
... )
>>> entry = paths_json.paths[0]
>>> path_type = entry.path_type
>>> path_type.directory
False
>>>