3

�2�g9������������������@���s:���d�dl�Z�ddlmZ�ddlmZ�ddlmZ�d	dd�ZdS�)
�����N����)�print_input_args)�print_err_msg_exit)�ln_vrfyTc�������������C���s����t�t����|�dkr"td|���d���|dkr:td|��d���tjj|��sVtd|���d���d}|rvtjd�}|dk	rv|��}td|��d	|���d	|�����dS�)
z�Create a symbolic link to the specified target file.

    Args:
        target: target file
        symlink: symbolic link to target file
        relative: optional argument to specify relative symoblic link creation
    Returns:
        None
    Nz�
            The argument 'target' specifying the target of the symbolic link that
            this function will create was not specified in the call to this function:
              target = '�'z�
            The argument 'symlink' specifying the target of the symbolic link that
            this function will create was not specified in the call to this function:
              symlink = 'z�
            Cannot create symlink to specified target file because the latter does
            not exist or is not a file:
                target = '���RELATIVE_LINK_FLAGz-sf � )r����localsr����os�path�exists�getenvr���)�target�symlinkZrelativeZ
relative_flagr�����r����P/lfs/h1/ops/prod/packages/aqm.v7.0.11/ush/python_utils/create_symlink_to_file.py�create_symlink_to_file
���s ����

r���)T)r���r����	print_msgr����filesys_cmds_vrfyr���r���r���r���r���r����<module>���s���