0x1949 Team - FAZEMRX - MANAGER
Edit File: appdirs.cpython-310.pyc
o �_�a}` � @ sz d Z dZd�eee��ZddlZddlZejd dkZ e reZ ej�d�rDddlZe� � d d Ze�d�r9dZne�d �rAd ZndZnejZd4d d�Zd4dd�Zd4dd�Zd4dd�Zd5dd�Zd4dd�Zd5dd�ZG dd� de�Zdd� Zd d!� Zd"d#� Zd$d%� Zedkr�zddlZeZW n1 e y� z dd&l!m"Z" eZW n e y� zddl#Z$eZW n e y� eZY nw Y nw Y nw e%d'k�r9d(Z&d)Z'd*Z(e)d+e � e)d,� ee&e'd-d.�Z*e(D ] Z+e)d/e+e,e*e+�f � q�e)d0� ee&e'�Z*e(D ] Z+e)d/e+e,e*e+�f � q�e)d1� ee&�Z*e(D ]Z+e)d/e+e,e*e+�f � �qe)d2� ee&dd3�Z*e(D ]Z+e)d/e+e,e*e+�f � �q*dS dS )6zyUtilities for determining application-specific dirs. See <http://github.com/ActiveState/appdirs> for details and usage. )� � � �.� Nr �java�Windows�win32�Mac�darwin�linux2Fc C s� t dkr/|du r | }|rdpd}tj�t|��}| r.|dur'tj�||| �}n/tj�|| �}n't dkrCtj�d�}| rBtj�|| �}nt�dtj�d ��}| rVtj�|| �}| ra|ratj�||�}|S ) aJ Return full path to the user-specific data dir for this application. "appname" is the name of application. If None, just the system directory is returned. "appauthor" (only used on Windows) is the name of the appauthor or distributing body for this application. Typically it is the owning company name. This falls back to appname. You may pass False to disable it. "version" is an optional version path element to append to the path. You might want to use this if you want multiple versions of your app to be able to run independently. If used, this would typically be "<major>.<minor>". Only applied when appname is present. "roaming" (boolean, default False) can be set True to use the Windows roaming appdata directory. That means that for users on a Windows network setup for roaming profiles, this user data will be sync'd on login. See <http://technet.microsoft.com/en-us/library/cc766489(WS.10).aspx> for a discussion of issues. Typical user data directories are: Mac OS X: ~/Library/Application Support/<AppName> Unix: ~/.local/share/<AppName> # or in $XDG_DATA_HOME, if defined Win XP (not roaming): C:\Documents and Settings\<username>\Application Data\<AppAuthor>\<AppName> Win XP (roaming): C:\Documents and Settings\<username>\Local Settings\Application Data\<AppAuthor>\<AppName> Win 7 (not roaming): C:\Users\<username>\AppData\Local\<AppAuthor>\<AppName> Win 7 (roaming): C:\Users\<username>\AppData\Roaming\<AppAuthor>\<AppName> For Unix, we follow the XDG spec and support $XDG_DATA_HOME. That means, by default "~/.local/share/<AppName>". r N� CSIDL_APPDATA�CSIDL_LOCAL_APPDATAFr z~/Library/Application Support/� XDG_DATA_HOMEz~/.local/share��system�os�path�normpath�_get_win_folder�join� expanduser�getenv)�appname� appauthor�version�roaming�constr � r �?/usr/lib/python3/dist-packages/pkg_resources/_vendor/appdirs.py� user_data_dir- s* ��r c s t dkr)|du r � }tj�td��}� r(|dur!tj�||� �}nWtj�|� �}nOt dkr=tj�d�}� r<tj�|� �}n;t�dtj�dd g��}d d� |� tj�D �}� rh|r_tj�� |�� � fdd�|D �}|rrtj�|�}|S |d }|S � r�|r�tj�||�}|S )ai Return full path to the user-shared data dir for this application. "appname" is the name of application. If None, just the system directory is returned. "appauthor" (only used on Windows) is the name of the appauthor or distributing body for this application. Typically it is the owning company name. This falls back to appname. You may pass False to disable it. "version" is an optional version path element to append to the path. You might want to use this if you want multiple versions of your app to be able to run independently. If used, this would typically be "<major>.<minor>". Only applied when appname is present. "multipath" is an optional parameter only applicable to *nix which indicates that the entire list of data dirs should be returned. By default, the first item from XDG_DATA_DIRS is returned, or '/usr/local/share/<AppName>', if XDG_DATA_DIRS is not set Typical site data directories are: Mac OS X: /Library/Application Support/<AppName> Unix: /usr/local/share/<AppName> or /usr/share/<AppName> Win XP: C:\Documents and Settings\All Users\Application Data\<AppAuthor>\<AppName> Vista: (Fail! "C:\ProgramData" is a hidden *system* directory on Vista.) Win 7: C:\ProgramData\<AppAuthor>\<AppName> # Hidden, but writeable on Win 7. For Unix, this is using the $XDG_DATA_DIRS[0] default. WARNING: Do not use this on Windows. See the Vista-Fail note above for why. r N�CSIDL_COMMON_APPDATAFr z/Library/Application Support� XDG_DATA_DIRSz/usr/local/sharez /usr/sharec S � g | ]}t j�|�t j���qS r �r r r �rstrip�sep��.0�xr r r � <listcomp>� � z!site_data_dir.<locals>.<listcomp>c � g | ] }t j�|� g��qS r �r r% r r&