create_link
- omni.ext.create_link(link_path: str, target_path: str, target_is_dir=True)
Creates a symbolic link from ‘link_path’ to ‘target_path’
- Parameters
link_path – Absolute or relative path to link to create
target_path – Absolute or relative path to target; if relative then it is relative to ‘link_path’
target_is_dir – This boolean is only used on Windows to specify if the target is a directory or file.