$36 GRAYBYTE WORDPRESS FILE MANAGER $49

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

/opt/alt/python37/lib64/python3.7/distutils/__pycache__/

HOME
Current File : /opt/alt/python37/lib64/python3.7/distutils/__pycache__//file_util.cpython-37.opt-1.pyc
B

� f��@sZdZddlZddlmZddlmZdddd�Zdd
d�Zdd
d�Zddd�Z	dd�Z
dS)zFdistutils.file_util

Utility functions for operating on single files.
�N)�DistutilsFileError)�logZcopyingzhard linkingzsymbolically linking)N�hard�sym�@c
Cs�d}d}�zvyt|d�}Wn4tk
rN}ztd||jf��Wdd}~XYnXtj�|�r�yt�|�Wn4tk
r�}ztd||jf��Wdd}~XYnXyt|d�}Wn4tk
r�}ztd||jf��Wdd}~XYnXx�y|�|�}Wn6tk
�r*}ztd||jf��Wdd}~XYnX|�s4Py|�	|�Wq�tk
�rx}ztd||jf��Wdd}~XYq�Xq�WWd|�r�|�
�|�r�|�
�XdS)	a5Copy the file 'src' to 'dst'; both must be filenames.  Any error
    opening either file, reading from 'src', or writing to 'dst', raises
    DistutilsFileError.  Data is read/written in chunks of 'buffer_size'
    bytes (default 16k).  No attempt is made to handle anything apart from
    regular files.
    N�rbzcould not open '%s': %szcould not delete '%s': %s�wbzcould not create '%s': %szcould not read from '%s': %szcould not write to '%s': %s)�open�OSErrorr�strerror�os�path�exists�unlink�read�write�close)�src�dst�buffer_sizeZfsrcZfdst�eZbuf�r�8/opt/alt/python37/lib64/python3.7/distutils/file_util.py�_copy_file_contentssF	$"""*r�cCsddlm}ddlm}	m}
m}m}tj�	|�s<t
d|��tj�|�rd|}
tj�|tj�
|��}ntj�|�}
|r�|||�s�|dkr�t�d|�|dfSyt|}Wn tk
r�td|��YnX|dk�rtj�
|�tj�
|�kr�t�d|||
�nt�d|||�|�r|dfS|d	k�rptj�|��rBtj�||��s�yt�||�|dfStk
�rlYnXn<|d
k�r�tj�|��r�tj�||��s�t�||�|dfSt||�|�s�|�rt�|�}|�r�t�|||	||
f�|�rt�||||��|dfS)aCopy a file 'src' to 'dst'.  If 'dst' is a directory, then 'src' is
    copied there with the same name; otherwise, it must be a filename.  (If
    the file exists, it will be ruthlessly clobbered.)  If 'preserve_mode'
    is true (the default), the file's mode (type and permission bits, or
    whatever is analogous on the current platform) is copied.  If
    'preserve_times' is true (the default), the last-modified and
    last-access times are copied as well.  If 'update' is true, 'src' will
    only be copied if 'dst' does not exist, or if 'dst' does exist but is
    older than 'src'.

    'link' allows you to make hard links (os.link) or symbolic links
    (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
    None (the default), files are copied.  Don't set 'link' on systems that
    don't support it: 'copy_file()' doesn't check if hard or symbolic
    linking is available. If hardlink fails, falls back to
    _copy_file_contents().

    Under Mac OS, uses the native file copy function in macostools; on
    other systems, uses '_copy_file_contents()' to copy file contents.

    Return a tuple (dest_name, copied): 'dest_name' is the actual name of
    the output file, and 'copied' is true if the file was copied (or would
    have been copied, if 'dry_run' true).
    r)�newer)�ST_ATIME�ST_MTIME�ST_MODE�S_IMODEz4can't copy '%s': doesn't exist or not a regular filerz"not copying %s (output up-to-date)z&invalid value '%s' for 'link' argumentz%s %s -> %srr)Zdistutils.dep_utilr�statrrrrrr
�isfiler�isdir�join�basename�dirnamer�debug�_copy_action�KeyError�
ValueError�infor�samefile�linkr
�symlinkr�utime�chmod)rrZ
preserve_modeZpreserve_times�updater,�verbose�dry_runrrrrr�dir�action�strrr�	copy_fileCsT!





r6cCs�ddlm}m}m}m}m}ddl}	|dkr:t�d||�|rB|S||�sVt	d|��||�rrt
j�|||��}n||�r�t	d||f��|||��s�t	d||f��d	}
yt
�
||�WnPtk
�r
}z0|j\}}
||	jkr�d
}
nt	d|||
f��Wdd}~XYnX|
�r�t|||d�yt
�|�Wnhtk
�r�}zH|j\}}
yt
�|�Wntk
�rpYnXt	d
||||
f��Wdd}~XYnX|S)a%Move a file 'src' to 'dst'.  If 'dst' is a directory, the file will
    be moved into it with the same name; otherwise, 'src' is just renamed
    to 'dst'.  Return the new full name of the file.

    Handles cross-device moves on Unix using 'copy_file()'.  What about
    other systems???
    r)rr!r"r$r%Nrzmoving %s -> %sz#can't move '%s': not a regular filez0can't move '%s': destination '%s' already existsz2can't move '%s': destination '%s' not a valid pathFTzcouldn't move '%s' to '%s': %s)r1zAcouldn't move '%s' to '%s' by copy/delete: delete '%s' failed: %s)Zos.pathrr!r"r$r%�errnorr*rrr
r#�renamer
�argsZEXDEVr6r)rrr1r2rr!r"r$r%r7Zcopy_itrZnum�msgrrr�	move_file�sR

"
"r;cCs:t|d�}z x|D]}|�|d�qWWd|��XdS)z{Create a file with the specified name and write 'contents' (a
    sequence of strings without line terminators) to it.
    �w�
N)r	rr)�filename�contents�f�linerrr�
write_file�s


rB)r)rrrNrr)rr)�__doc__rZdistutils.errorsrZ	distutilsrr'rr6r;rBrrrr�<module>s
3
c
=


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
24 May 2024 8.34 AM
root / linksafe
0755
__init__.cpython-37.opt-1.pyc
0.386 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
__init__.cpython-37.opt-2.pyc
0.208 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
__init__.cpython-37.pyc
0.386 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
_msvccompiler.cpython-37.opt-1.pyc
12.279 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
_msvccompiler.cpython-37.opt-2.pyc
11.159 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
_msvccompiler.cpython-37.pyc
12.341 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
archive_util.cpython-37.opt-1.pyc
6.376 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
archive_util.cpython-37.opt-2.pyc
4.383 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
archive_util.cpython-37.pyc
6.376 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
bcppcompiler.cpython-37.opt-1.pyc
6.346 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
bcppcompiler.cpython-37.opt-2.pyc
6.064 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
bcppcompiler.cpython-37.pyc
6.346 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
ccompiler.cpython-37.opt-1.pyc
32.328 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
ccompiler.cpython-37.opt-2.pyc
16.361 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
ccompiler.cpython-37.pyc
32.452 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
cmd.cpython-37.opt-1.pyc
13.579 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
cmd.cpython-37.opt-2.pyc
7.855 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
cmd.cpython-37.pyc
13.579 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
config.cpython-37.opt-1.pyc
3.4 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
config.cpython-37.opt-2.pyc
3.019 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
config.cpython-37.pyc
3.4 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
core.cpython-37.opt-1.pyc
6.452 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
core.cpython-37.opt-2.pyc
3.145 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
core.cpython-37.pyc
6.452 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
cygwinccompiler.cpython-37.opt-1.pyc
8.325 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
cygwinccompiler.cpython-37.opt-2.pyc
6.733 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
cygwinccompiler.cpython-37.pyc
8.325 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
debug.cpython-37.opt-1.pyc
0.2 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
debug.cpython-37.opt-2.pyc
0.2 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
debug.cpython-37.pyc
0.2 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
dep_util.cpython-37.opt-1.pyc
2.657 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
dep_util.cpython-37.opt-2.pyc
1.247 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
dep_util.cpython-37.pyc
2.657 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
dir_util.cpython-37.opt-1.pyc
5.679 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
dir_util.cpython-37.opt-2.pyc
3.356 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
dir_util.cpython-37.pyc
5.679 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
dist.cpython-37.opt-1.pyc
33.629 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
dist.cpython-37.opt-2.pyc
24.552 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
dist.cpython-37.pyc
33.629 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
errors.cpython-37.opt-1.pyc
5.362 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
errors.cpython-37.opt-2.pyc
2.786 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
errors.cpython-37.pyc
5.362 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
extension.cpython-37.opt-1.pyc
6.74 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
extension.cpython-37.opt-2.pyc
3.332 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
extension.cpython-37.pyc
6.74 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
fancy_getopt.cpython-37.opt-1.pyc
10.221 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
fancy_getopt.cpython-37.opt-2.pyc
7.476 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
fancy_getopt.cpython-37.pyc
10.365 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
file_util.cpython-37.opt-1.pyc
5.762 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
file_util.cpython-37.opt-2.pyc
3.675 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
file_util.cpython-37.pyc
5.762 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
filelist.cpython-37.opt-1.pyc
9.517 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
filelist.cpython-37.opt-2.pyc
6.713 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
filelist.cpython-37.pyc
9.604 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
log.cpython-37.opt-1.pyc
2.262 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
log.cpython-37.opt-2.pyc
2.202 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
log.cpython-37.pyc
2.262 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
msvc9compiler.cpython-37.opt-1.pyc
16.915 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
msvc9compiler.cpython-37.opt-2.pyc
15.336 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
msvc9compiler.cpython-37.pyc
16.973 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
msvccompiler.cpython-37.opt-1.pyc
14.227 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
msvccompiler.cpython-37.opt-2.pyc
12.694 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
msvccompiler.cpython-37.pyc
14.227 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
spawn.cpython-37.opt-1.pyc
4.999 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
spawn.cpython-37.opt-2.pyc
3.726 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
spawn.cpython-37.pyc
4.999 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
sysconfig.cpython-37.opt-1.pyc
11.777 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
sysconfig.cpython-37.opt-2.pyc
8.369 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
sysconfig.cpython-37.pyc
11.777 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
text_file.cpython-37.opt-1.pyc
8.244 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
text_file.cpython-37.opt-2.pyc
3.262 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
text_file.cpython-37.pyc
8.244 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
unixccompiler.cpython-37.opt-1.pyc
6.71 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
unixccompiler.cpython-37.opt-2.pyc
6.096 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
unixccompiler.cpython-37.pyc
6.71 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
util.cpython-37.opt-1.pyc
14.744 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
util.cpython-37.opt-2.pyc
8.998 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
util.cpython-37.pyc
14.744 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
version.cpython-37.opt-1.pyc
7.137 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
version.cpython-37.opt-2.pyc
3.929 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
version.cpython-37.pyc
7.181 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
versionpredicate.cpython-37.opt-1.pyc
4.98 KB
17 Apr 2024 5.36 PM
root / linksafe
0644
versionpredicate.cpython-37.opt-2.pyc
2.559 KB
17 Apr 2024 5.35 PM
root / linksafe
0644
versionpredicate.cpython-37.pyc
4.98 KB
17 Apr 2024 5.36 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF