Path.symlink_to# Path.symlink_to(target, target_is_directory=False)# Make this path a symlink pointing to the target path. Note the order of arguments (link, target) is the reverse of os.symlink.