관리-도구
편집 파일: windows.cpython-311.pyc
� ��'��S��� �� � d Z ddlmZ ddlZddlZddlmZ ddlmZ ddl m Z erddlmZ G d � d e � � Z dd�Zdd�Zdd�Zdd�Zdd�Z ed�� � e� � � � Zd gZdS )zWindows.� )�annotationsN)� lru_cache)� TYPE_CHECKING� )�PlatformDirsABC)�Callablec � � e Zd ZdZedd�� � Zdd�dd �Zedd�� � Zedd�� � Zedd �� � Z edd�� � Z edd�� � Zedd�� � Zedd�� � Z edd�� � Zedd�� � Zedd�� � Zedd�� � Zedd�� � Zedd�� � Zedd�� � Zedd�� � ZdS )�Windowsa� `MSDN on where to store app data files <https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid>`_. Makes use of the `appname <platformdirs.api.PlatformDirsABC.appname>`, `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`, `version <platformdirs.api.PlatformDirsABC.version>`, `roaming <platformdirs.api.PlatformDirsABC.roaming>`, `opinion <platformdirs.api.PlatformDirsABC.opinion>`, `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. �return�strc � � | j rdnd}t j � t |� � � � }| � |� � S )z� :return: data directory tied to the user, e.g. ``%USERPROFILE%\AppData\Local\$appauthor\$appname`` (not roaming) or ``%USERPROFILE%\AppData\Roaming\$appauthor\$appname`` (roaming) � CSIDL_APPDATA�CSIDL_LOCAL_APPDATA)�roaming�os�path�normpath�get_win_folder� _append_parts)�self�constr s ��/builddir/build/BUILD/imunify360-venv-2.5.2/opt/imunify360/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py� user_data_dirzWindows.user_data_dir sF � � $(�<�J���5J���w����u� 5� 5�6�6���!�!�$�'�'�'� N�� opinion_valuer r � str | Nonec �z � g }| j r�| j dur#| j p| j }|� |� � |� | j � � |�| j r|� |� � | j r|� | j � � t j j |g|�R � }| � |� � |S )NF) �appname� appauthor�append�opinion�versionr r �join�_optionally_create_directory)r r r �params�authors r r zWindows._append_parts&