gpf_entrepot_toolbelt.utils.os_utils module¶
- gpf_entrepot_toolbelt.utils.os_utils.create_symlink(elements: Iterable[Path], target_dir: Path)¶
Create symbolic links :param elements: elements to add to the virtual folder :type elements: Iterable[Path] :param target_dir: virtual folder to create and add elements to :type target_dir: Path