rez.utils.base26
- rez.utils.base26.create_unique_base26_symlink(path, source)[source]
Create a base-26 symlink in path pointing to source.
If such a symlink already exists, it is returned. Note that there is a small chance that this function may create a new symlink when there is already one pointed at source.
Assumes path only contains base26 symlinks.
- Returns
Path to created symlink.
- Return type