create_symlink_file#
- composer.utils.create_symlink_file(existing_path, destination_filename)[source]#
Create a symlink file, which can be followed by
get_file()
.Unlike unix symlinks, symlink files can be created by this function are normal text files and can be uploaded to object stores via
ObjectStore.upload_object()
or loggers viaLogger.upload_file()
that otherwise would not support unix-style symlinks.