Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib64/python3.7/site-packages/twisted/python/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/site-packages/twisted/python/__pycache__/shortcut.cpython-37.pyc

B

:��]��@s:dZddlmZddlZddlZdd�ZGdd�d�ZdS)z5
Creation of  Windows shortcuts.

Requires win32all.
�)�shellNcCst�}|�|�|S)zg
    Open an existing shortcut for reading.

    @return: The shortcut object
    @rtype: Shortcut
    )�Shortcut�load)�filenameZsc�r�J/opt/alt/python37/lib64/python3.7/site-packages/twisted/python/shortcut.py�opens
rc@s2eZdZdZddd�Zdd�Zdd	�Zd
d�ZdS)
rz
    A shortcut on Win32.
    NrcCs�t�tjdtjtj�|_|dk	r2|�tj	�
|��|dk	rD|�|�|dk	rV|�|�|dk	rp|�
tj	�
|��|dk	r�|�tj	�
|�|�dS)a�
        @param path: Location of the target
        @param arguments: If path points to an executable, optional arguments
                      to pass
        @param description: Human-readable description of target
        @param workingdir: Directory from which target is launched
        @param iconpath: Filename that contains an icon for the shortcut
        @param iconidx: If iconpath is set, optional index of the icon desired
        N)�	pythoncomZCoCreateInstancerZCLSID_ShellLinkZCLSCTX_INPROC_SERVERZIID_IShellLink�_baseZSetPath�os�path�abspathZSetArgumentsZSetDescriptionZSetWorkingDirectoryZSetIconLocation)�selfr�	arguments�descriptionZ
workingdirZiconpathZiconidxrrr�__init__"s

zShortcut.__init__cCs |j�tj��tj�|��dS)z1
        Read a shortcut file from disk.
        N)r
�QueryInterfacer	�IID_IPersistFile�Loadrrr
)rrrrrrBsz
Shortcut.loadcCs"|j�tj��tj�|�d�dS)z^
        Write the shortcut to disk.

        The file should be named something.lnk.
        rN)r
rr	rZSaverrr
)rrrrr�saveJsz
Shortcut.savecCst|j|�S)N)�getattrr
)r�namerrr�__getattr__TszShortcut.__getattr__)NNNNNr)�__name__�
__module__�__qualname__�__doc__rrrrrrrrrs

r)r�win32com.shellrr	rrrrrrr�<module>	s