$11 GRAYBYTE WORDPRESS FILE MANAGER $66

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python311/lib64/python3.11/distutils/__pycache__/

HOME
Current File : /opt/alt/python311/lib64/python3.11/distutils/__pycache__//dir_util.cpython-311.pyc
�

���hb��j�dZddlZddlZddlmZmZddlmZiad
d�Z	d
d�Z
		dd	�Zd
�Zdd�Z
d�ZdS)zWdistutils.dir_util

Utility functions for manipulating directories and directory trees.�N)�DistutilsFileError�DistutilsInternalError)�log��c	���t|t��std|�d����tj�|��}g}tj�|��s|dkr|St�tj�	|����r|Stj�
|��\}}|g}|r||rztj�|��s[tj�
|��\}}|�d|��|r!|rtj�|���[|D�]}tj�||��}tj�	|��}	t�|	��r�]|dkrtjd|��|s�	tj||��nk#t $r^}
|
jt"jkrtj�|��s t'd|�d|
jd	�����Yd
}
~
nd
}
~
wwxYw|�|��dt|	<��|S)a�Create a directory and any missing ancestor directories.

    If the directory already exists (or if 'name' is the empty string, which
    means the current directory, which of course exists), then do nothing.
    Raise DistutilsFileError if unable to create some directory along the way
    (eg. some sub-path exists, but is a file rather than a directory).
    If 'verbose' is true, print a one-line summary of each mkdir to stdout.
    Return the list of directories actually created.
    z%mkpath: 'name' must be a string (got �)�rrzcreating %szcould not create '�': ���N)�
isinstance�strr�os�path�normpath�isdir�
_path_created�get�abspath�split�insert�joinr�info�mkdir�OSError�errno�EEXISTr�args�append)�name�mode�verbose�dry_run�created_dirs�head�tail�tails�d�abs_head�excs           �9/opt/alt/python311/lib64/python3.11/distutils/dir_util.py�mkpathr,sq���d�C� � �D�$�$�<@�D�D�B�D�D�	D��7���D�!�!�D��L�	�w�}�}�T����d�b�j�j�����������.�.�/�/�����7�=�=��&�&�L�T�4�
�F�E�
��4����
�
�d� 3� 3���w�}�}�T�*�*���t�
���Q�������4����
�
�d� 3� 3���$�$���w�|�|�D�!�$�$���7�?�?�4�(�(�����X�&�&�	���a�<�<��H�]�D�)�)�)��	&�
N����t�$�$�$�$���
N�
N�
N��	�U�\�1�1�b�g�m�m�D�6I�6I�1�,�,�9=���s�x��|�|�L�N�N�N�2�1�1�1�1�����
N����
����%�%�%�"#�
�h����s�
G � 
I�*AI�Ic	��t��}|D]R}|�tj�|tj�|�������St
|��D]}t||||����dS)a�Create all the empty directories under 'base_dir' needed to put 'files'
    there.

    'base_dir' is just the name of a directory which doesn't necessarily
    exist yet; 'files' is a list of filenames to be interpreted relative to
    'base_dir'.  'base_dir' + the directory portion of every file in 'files'
    will be created if it doesn't already exist.  'mode', 'verbose' and
    'dry_run' flags are as for 'mkpath()'.
    �r"r#N)�set�addrrr�dirname�sortedr,)�base_dir�filesr!r"r#�need_dir�file�dirs        r+�create_treer8Ps����u�u�H��D�D�����R�W�\�\�(�B�G�O�O�D�,A�,A�B�B�C�C�C�C��h���<�<���s�D�'�7�;�;�;�;�;�<�<�c
���ddlm}|s1tj�|��std|z���	tj|��}	n6#t$r)}
|rg}	ntd|�d|
j�����Yd}
~
nd}
~
wwxYw|st||���g}|	D�]I}tj�
||��}
tj�
||��}|�d��r�Y|r|tj�|
��r]tj
|
��}|d	krtjd
||��|stj||��|�|����tj�|
��r,|�t'|
|||||||�������"||
||||||���|�|����K|S)aCopy an entire directory tree 'src' to a new location 'dst'.

    Both 'src' and 'dst' must be directory names.  If 'src' is not a
    directory, raise DistutilsFileError.  If 'dst' does not exist, it is
    created with 'mkpath()'.  The end result of the copy is that every
    file in 'src' is copied to 'dst', and directories under 'src' are
    recursively copied to 'dst'.  Return the list of files that were
    copied or might have been copied, using their output name.  The
    return value is unaffected by 'update' or 'dry_run': it is simply
    the list of all files under 'src', with the names changed to be
    under 'dst'.

    'preserve_mode' and 'preserve_times' are the same as for
    'copy_file'; note that they only apply to regular files, not to
    directories.  If 'preserve_symlinks' is true, symlinks will be
    copied as symlinks (on platforms that support them!); otherwise
    (the default), the destination of the symlink will be copied.
    'update' and 'verbose' are the same as for 'copy_file'.
    r)�	copy_filez&cannot copy tree '%s': not a directoryzerror listing files in 'rN)r"z.nfsrzlinking %s -> %sr.)�distutils.file_utilr;rrrr�listdirr�strerrorr,r�
startswith�islink�readlinkrr�symlinkr�extend�	copy_tree)�src�dst�
preserve_mode�preserve_times�preserve_symlinks�updater"r#r;�names�e�outputs�n�src_name�dst_name�	link_dests                r+rDrDcsR��*.�-�-�-�-�-��>�2�7�=�=��-�-�>� �6��<�>�>�	>�I��
�3�������I�I�I��	I��E�E�$�$�7:�s�s�A�J�J�G�I�I�
I�
�E�E�E�E�����I�����%��s�G�$�$�$�$��G�
�%�%���7�<�<��Q�'�'���7�<�<��Q�'�'���<�<����	���	%������!9�!9�	%���H�-�-�I��!�|�|���+�X�y�A�A�A��
0��
�9�h�/�/�/��N�N�8�$�$�$�$�
�W�]�]�8�
$�
$�		%��N�N��(�H�m�(�*;�V�")�7�<�<�<�
=�
=�
=�
=�

�I�h��-�$�f�g�%�
'�
'�
'�
'�
�N�N�8�$�$�$�$��Ns�A�
B�A>�>Bc��tj|��D]�}tj�||��}tj�|��r0tj�|��st
||���q|�tj|f����|�tj	|f��dS)zHelper for remove_tree().N)
rr=rrrr@�_build_cmdtupler�remove�rmdir)r�	cmdtuples�f�real_fs    r+rSrS�s���
�Z��
�
�2�2������d�1�%�%��
�7�=�=�� � �	2������)?�)?�	2��F�I�.�.�.�.����b�i��0�1�1�1�1�
���b�h��%�&�&�&�&�&r9c�h�|dkrtjd|��|rdSg}t||��|D]}}	|d|d��tj�|d��}|tvrt|=�Q#t$r }tjd||��Yd}~�vd}~wwxYwdS)z�Recursively remove an entire directory tree.

    Any errors are ignored (apart from being reported to stdout if 'verbose'
    is true).
    rz'removing '%s' (and everything under it)Nrzerror removing %s: %s)	rrrSrrrrr�warn)�	directoryr"r#rV�cmdrr*s       r+�remove_treer]�s����!�|�|���:�I�F�F�F������I��I�y�)�)�)��>�>��	>��C��F�3�q�6�N�N�N��g�o�o�c�!�f�-�-�G��-�'�'�!�'�*����	>�	>�	>��H�,�i��=�=�=�=�=�=�=�=�����	>����>�>s�A
B�
B/�B*�*B/c��tj�|��\}}|dd�tjkr
||dd�z}|S)z�Take the full path 'path', and make it a relative path.

    This is useful to make 'path' the second argument to os.path.join().
    rrN)rr�
splitdrive�sep)r�drives  r+�ensure_relativerb�sI��
�'�$�$�T�*�*�K�E�4��A�a�C�y�B�F����t�A�B�B�x����Kr9)rrr)rrrrrr)rr)�__doc__rr�distutils.errorsrr�	distutilsrrr,r8rDrSr]rb�r9r+�<module>rgs���G�G�
�	�	�	�����G�G�G�G�G�G�G�G��������
�
=�=�=�=�~<�<�<�<�&9:�@A�C�C�C�C�J'�'�'�>�>�>�>�0����r9


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
10 Feb 2026 9.36 AM
root / linksafe
0755
__init__.cpython-311.opt-1.pyc
0.802 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
__init__.cpython-311.opt-2.pyc
0.623 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
__init__.cpython-311.pyc
0.802 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_msvccompiler.cpython-311.opt-1.pyc
23.692 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_msvccompiler.cpython-311.opt-2.pyc
22.582 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_msvccompiler.cpython-311.pyc
23.773 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
archive_util.cpython-311.opt-1.pyc
10.414 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
archive_util.cpython-311.opt-2.pyc
8.453 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
archive_util.cpython-311.pyc
10.414 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
bcppcompiler.cpython-311.opt-1.pyc
12.751 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
bcppcompiler.cpython-311.opt-2.pyc
12.468 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
bcppcompiler.cpython-311.pyc
12.751 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
ccompiler.cpython-311.opt-1.pyc
43.316 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
ccompiler.cpython-311.opt-2.pyc
27.621 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
ccompiler.cpython-311.pyc
43.565 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cmd.cpython-311.opt-1.pyc
18.356 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cmd.cpython-311.opt-2.pyc
12.743 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cmd.cpython-311.pyc
18.356 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
config.cpython-311.opt-1.pyc
6.233 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
config.cpython-311.opt-2.pyc
5.881 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
config.cpython-311.pyc
6.233 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
core.cpython-311.opt-1.pyc
8.841 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
core.cpython-311.opt-2.pyc
5.546 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
core.cpython-311.pyc
8.841 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cygwinccompiler.cpython-311.opt-1.pyc
13.791 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cygwinccompiler.cpython-311.opt-2.pyc
12.243 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
cygwinccompiler.cpython-311.pyc
13.791 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
debug.cpython-311.opt-1.pyc
0.285 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
debug.cpython-311.opt-2.pyc
0.285 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
debug.cpython-311.pyc
0.285 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dep_util.cpython-311.opt-1.pyc
3.874 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dep_util.cpython-311.opt-2.pyc
2.484 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dep_util.cpython-311.pyc
3.874 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dir_util.cpython-311.opt-1.pyc
9.799 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dir_util.cpython-311.opt-2.pyc
7.514 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dir_util.cpython-311.pyc
9.799 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dist.cpython-311.opt-1.pyc
53.461 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dist.cpython-311.opt-2.pyc
44.537 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
dist.cpython-311.pyc
53.461 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
errors.cpython-311.opt-1.pyc
6.597 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
errors.cpython-311.opt-2.pyc
4.042 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
errors.cpython-311.pyc
6.597 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
extension.cpython-311.opt-1.pyc
9.917 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
extension.cpython-311.opt-2.pyc
6.512 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
extension.cpython-311.pyc
9.917 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
fancy_getopt.cpython-311.opt-1.pyc
16.434 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
fancy_getopt.cpython-311.opt-2.pyc
13.763 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
fancy_getopt.cpython-311.pyc
16.708 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
file_util.cpython-311.opt-1.pyc
10.133 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
file_util.cpython-311.opt-2.pyc
8.071 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
file_util.cpython-311.pyc
10.133 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
filelist.cpython-311.opt-1.pyc
15.512 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
filelist.cpython-311.opt-2.pyc
12.754 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
filelist.cpython-311.pyc
15.792 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
log.cpython-311.opt-1.pyc
3.809 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
log.cpython-311.opt-2.pyc
3.75 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
log.cpython-311.pyc
3.809 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvc9compiler.cpython-311.opt-1.pyc
32.306 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvc9compiler.cpython-311.opt-2.pyc
30.77 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvc9compiler.cpython-311.pyc
32.387 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvccompiler.cpython-311.opt-1.pyc
26.023 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvccompiler.cpython-311.opt-2.pyc
24.539 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
msvccompiler.cpython-311.pyc
26.023 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
spawn.cpython-311.opt-1.pyc
5.478 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
spawn.cpython-311.opt-2.pyc
4.384 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
spawn.cpython-311.pyc
5.478 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
sysconfig.cpython-311.opt-1.pyc
11.815 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
sysconfig.cpython-311.opt-2.pyc
10.04 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
sysconfig.cpython-311.pyc
11.815 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
text_file.cpython-311.opt-1.pyc
11.236 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
text_file.cpython-311.opt-2.pyc
6.302 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
text_file.cpython-311.pyc
11.236 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
unixccompiler.cpython-311.opt-1.pyc
12.95 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
unixccompiler.cpython-311.opt-2.pyc
12.34 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
unixccompiler.cpython-311.pyc
12.95 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
util.cpython-311.opt-1.pyc
24.085 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
util.cpython-311.opt-2.pyc
18.419 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
util.cpython-311.pyc
24.099 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
version.cpython-311.opt-1.pyc
10.105 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
version.cpython-311.opt-2.pyc
6.894 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
version.cpython-311.pyc
10.128 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
versionpredicate.cpython-311.opt-1.pyc
7.052 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
versionpredicate.cpython-311.opt-2.pyc
4.655 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
versionpredicate.cpython-311.pyc
7.052 KB
7 Jan 2026 10.45 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF