관리-도구
편집 파일: _file_system.cpython-311.pyc
� O�Dg{ � � � d dl Z d� ZdS )� Nc �d � | d dk rt d� � �t | dd� � � |gz } t j � t j � t � � � � \ }}t j � |d� � }t j j |g| �R � S )a Return the complete file name for the module dir_comps : list of string The list of directory names in the PyCryptodome package. The first element must be "Crypto". filename : string The filename (inclusing extension) in the target directory. r �Cryptoz)Only available for modules under 'Crypto'� Nz..)� ValueError�list�os�path�split�abspath�__file__�join)� dir_comps�filename�util_lib�_�root_libs �z/builddir/build/BUILD/imunify360-venv-2.4.0/opt/imunify360/venv/lib64/python3.11/site-packages/Crypto/Util/_file_system.py�pycryptodome_filenamer "