gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1145 lines
108KB

  1. <!DOCTYPE html>
  2. <html lang="en" data-content_root="../">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta property="og:title" content="shutil — High-level file operations" />
  7. <meta property="og:type" content="website" />
  8. <meta property="og:url" content="https://docs.python.org/3/library/shutil.html" />
  9. <meta property="og:site_name" content="Python documentation" />
  10. <meta property="og:description" content="Source code: Lib/shutil.py The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal..." />
  11. <meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
  12. <meta property="og:image:alt" content="Python documentation" />
  13. <meta name="description" content="Source code: Lib/shutil.py The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal..." />
  14. <meta property="og:image:width" content="200" />
  15. <meta property="og:image:height" content="200" />
  16. <meta name="theme-color" content="#3776ab" />
  17. <title>shutil — High-level file operations &#8212; Python 3.12.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
  18. <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
  19. <link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=bb723527" />
  20. <link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=b20cc3f5" />
  21. <script src="../_static/documentation_options.js?v=2c828074"></script>
  22. <script src="../_static/doctools.js?v=888ff710"></script>
  23. <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
  24. <script src="../_static/sidebar.js"></script>
  25. <link rel="search" type="application/opensearchdescription+xml"
  26. title="Search within Python 3.12.3 documentation"
  27. href="../_static/opensearch.xml"/>
  28. <link rel="author" title="About these documents" href="../about.html" />
  29. <link rel="index" title="Index" href="../genindex.html" />
  30. <link rel="search" title="Search" href="../search.html" />
  31. <link rel="copyright" title="Copyright" href="../copyright.html" />
  32. <link rel="next" title="Data Persistence" href="persistence.html" />
  33. <link rel="prev" title="linecache — Random access to text lines" href="linecache.html" />
  34. <link rel="canonical" href="https://docs.python.org/3/library/shutil.html" />
  35. <style>
  36. @media only screen {
  37. table.full-width-table {
  38. width: 100%;
  39. }
  40. }
  41. </style>
  42. <link rel="stylesheet" href="../_static/pydoctheme_dark.css" media="(prefers-color-scheme: dark)" id="pydoctheme_dark_css">
  43. <link rel="shortcut icon" type="image/png" href="../_static/py.svg" />
  44. <script type="text/javascript" src="../_static/copybutton.js"></script>
  45. <script type="text/javascript" src="../_static/menu.js"></script>
  46. <script type="text/javascript" src="../_static/search-focus.js"></script>
  47. <script type="text/javascript" src="../_static/themetoggle.js"></script>
  48. </head>
  49. <body>
  50. <div class="mobile-nav">
  51. <input type="checkbox" id="menuToggler" class="toggler__input" aria-controls="navigation"
  52. aria-pressed="false" aria-expanded="false" role="button" aria-label="Menu" />
  53. <nav class="nav-content" role="navigation">
  54. <label for="menuToggler" class="toggler__label">
  55. <span></span>
  56. </label>
  57. <span class="nav-items-wrapper">
  58. <a href="https://www.python.org/" class="nav-logo">
  59. <img src="../_static/py.svg" alt="Python logo"/>
  60. </a>
  61. <span class="version_switcher_placeholder"></span>
  62. <form role="search" class="search" action="../search.html" method="get">
  63. <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" class="search-icon">
  64. <path fill-rule="nonzero" fill="currentColor" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
  65. </svg>
  66. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  67. <input type="submit" value="Go"/>
  68. </form>
  69. </span>
  70. </nav>
  71. <div class="menu-wrapper">
  72. <nav class="menu" role="navigation" aria-label="main navigation">
  73. <div class="language_switcher_placeholder"></div>
  74. <label class="theme-selector-label">
  75. Theme
  76. <select class="theme-selector" oninput="activateTheme(this.value)">
  77. <option value="auto" selected>Auto</option>
  78. <option value="light">Light</option>
  79. <option value="dark">Dark</option>
  80. </select>
  81. </label>
  82. <div>
  83. <h3><a href="../contents.html">Table of Contents</a></h3>
  84. <ul>
  85. <li><a class="reference internal" href="#"><code class="xref py py-mod docutils literal notranslate"><span class="pre">shutil</span></code> — High-level file operations</a><ul>
  86. <li><a class="reference internal" href="#directory-and-files-operations">Directory and files operations</a><ul>
  87. <li><a class="reference internal" href="#platform-dependent-efficient-copy-operations">Platform-dependent efficient copy operations</a></li>
  88. <li><a class="reference internal" href="#copytree-example">copytree example</a></li>
  89. <li><a class="reference internal" href="#rmtree-example">rmtree example</a></li>
  90. </ul>
  91. </li>
  92. <li><a class="reference internal" href="#archiving-operations">Archiving operations</a><ul>
  93. <li><a class="reference internal" href="#archiving-example">Archiving example</a></li>
  94. <li><a class="reference internal" href="#archiving-example-with-base-dir">Archiving example with <em>base_dir</em></a></li>
  95. </ul>
  96. </li>
  97. <li><a class="reference internal" href="#querying-the-size-of-the-output-terminal">Querying the size of the output terminal</a></li>
  98. </ul>
  99. </li>
  100. </ul>
  101. </div>
  102. <div>
  103. <h4>Previous topic</h4>
  104. <p class="topless"><a href="linecache.html"
  105. title="previous chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">linecache</span></code> — Random access to text lines</a></p>
  106. </div>
  107. <div>
  108. <h4>Next topic</h4>
  109. <p class="topless"><a href="persistence.html"
  110. title="next chapter">Data Persistence</a></p>
  111. </div>
  112. <div role="note" aria-label="source link">
  113. <h3>This Page</h3>
  114. <ul class="this-page-menu">
  115. <li><a href="../bugs.html">Report a Bug</a></li>
  116. <li>
  117. <a href="https://github.com/python/cpython/blob/main/Doc/library/shutil.rst"
  118. rel="nofollow">Show Source
  119. </a>
  120. </li>
  121. </ul>
  122. </div>
  123. </nav>
  124. </div>
  125. </div>
  126. <div class="related" role="navigation" aria-label="related navigation">
  127. <h3>Navigation</h3>
  128. <ul>
  129. <li class="right" style="margin-right: 10px">
  130. <a href="../genindex.html" title="General Index"
  131. accesskey="I">index</a></li>
  132. <li class="right" >
  133. <a href="../py-modindex.html" title="Python Module Index"
  134. >modules</a> |</li>
  135. <li class="right" >
  136. <a href="persistence.html" title="Data Persistence"
  137. accesskey="N">next</a> |</li>
  138. <li class="right" >
  139. <a href="linecache.html" title="linecache — Random access to text lines"
  140. accesskey="P">previous</a> |</li>
  141. <li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  142. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  143. <li class="switchers">
  144. <div class="language_switcher_placeholder"></div>
  145. <div class="version_switcher_placeholder"></div>
  146. </li>
  147. <li>
  148. </li>
  149. <li id="cpython-language-and-version">
  150. <a href="../index.html">3.12.3 Documentation</a> &#187;
  151. </li>
  152. <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
  153. <li class="nav-item nav-item-2"><a href="filesys.html" accesskey="U">File and Directory Access</a> &#187;</li>
  154. <li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">shutil</span></code> — High-level file operations</a></li>
  155. <li class="right">
  156. <div class="inline-search" role="search">
  157. <form class="inline-search" action="../search.html" method="get">
  158. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box" />
  159. <input type="submit" value="Go" />
  160. </form>
  161. </div>
  162. |
  163. </li>
  164. <li class="right">
  165. <label class="theme-selector-label">
  166. Theme
  167. <select class="theme-selector" oninput="activateTheme(this.value)">
  168. <option value="auto" selected>Auto</option>
  169. <option value="light">Light</option>
  170. <option value="dark">Dark</option>
  171. </select>
  172. </label> |</li>
  173. </ul>
  174. </div>
  175. <div class="document">
  176. <div class="documentwrapper">
  177. <div class="bodywrapper">
  178. <div class="body" role="main">
  179. <section id="module-shutil">
  180. <span id="shutil-high-level-file-operations"></span><h1><a class="reference internal" href="#module-shutil" title="shutil: High-level file operations, including copying."><code class="xref py py-mod docutils literal notranslate"><span class="pre">shutil</span></code></a> — High-level file operations<a class="headerlink" href="#module-shutil" title="Link to this heading">¶</a></h1>
  181. <p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/3.12/Lib/shutil.py">Lib/shutil.py</a></p>
  182. <hr class="docutils" id="index-0" />
  183. <p>The <a class="reference internal" href="#module-shutil" title="shutil: High-level file operations, including copying."><code class="xref py py-mod docutils literal notranslate"><span class="pre">shutil</span></code></a> module offers a number of high-level operations on files and
  184. collections of files. In particular, functions are provided which support file
  185. copying and removal. For operations on individual files, see also the
  186. <a class="reference internal" href="os.html#module-os" title="os: Miscellaneous operating system interfaces."><code class="xref py py-mod docutils literal notranslate"><span class="pre">os</span></code></a> module.</p>
  187. <div class="admonition warning">
  188. <p class="admonition-title">Warning</p>
  189. <p>Even the higher-level file copying functions (<a class="reference internal" href="#shutil.copy" title="shutil.copy"><code class="xref py py-func docutils literal notranslate"><span class="pre">shutil.copy()</span></code></a>,
  190. <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">shutil.copy2()</span></code></a>) cannot copy all file metadata.</p>
  191. <p>On POSIX platforms, this means that file owner and group are lost as well
  192. as ACLs. On Mac OS, the resource fork and other metadata are not used.
  193. This means that resources will be lost and file type and creator codes will
  194. not be correct. On Windows, file owners, ACLs and alternate data streams
  195. are not copied.</p>
  196. </div>
  197. <section id="directory-and-files-operations">
  198. <span id="file-operations"></span><h2>Directory and files operations<a class="headerlink" href="#directory-and-files-operations" title="Link to this heading">¶</a></h2>
  199. <dl class="py function">
  200. <dt class="sig sig-object py" id="shutil.copyfileobj">
  201. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">copyfileobj</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">fsrc</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">fdst</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">length</span></span></em><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#shutil.copyfileobj" title="Link to this definition">¶</a></dt>
  202. <dd><p>Copy the contents of the <a class="reference internal" href="../glossary.html#term-file-object"><span class="xref std std-term">file-like object</span></a> <em>fsrc</em> to the file-like object <em>fdst</em>.
  203. The integer <em>length</em>, if given, is the buffer size. In particular, a negative
  204. <em>length</em> value means to copy the data without looping over the source data in
  205. chunks; by default the data is read in chunks to avoid uncontrolled memory
  206. consumption. Note that if the current file position of the <em>fsrc</em> object is not
  207. 0, only the contents from the current file position to the end of the file will
  208. be copied.</p>
  209. </dd></dl>
  210. <dl class="py function">
  211. <dt class="sig sig-object py" id="shutil.copyfile">
  212. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">copyfile</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">src</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dst</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">follow_symlinks</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.copyfile" title="Link to this definition">¶</a></dt>
  213. <dd><p>Copy the contents (no metadata) of the file named <em>src</em> to a file named
  214. <em>dst</em> and return <em>dst</em> in the most efficient way possible.
  215. <em>src</em> and <em>dst</em> are <a class="reference internal" href="../glossary.html#term-path-like-object"><span class="xref std std-term">path-like objects</span></a> or path names given as strings.</p>
  216. <p><em>dst</em> must be the complete target file name; look at <a class="reference internal" href="#shutil.copy" title="shutil.copy"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy()</span></code></a>
  217. for a copy that accepts a target directory path. If <em>src</em> and <em>dst</em>
  218. specify the same file, <a class="reference internal" href="#shutil.SameFileError" title="shutil.SameFileError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">SameFileError</span></code></a> is raised.</p>
  219. <p>The destination location must be writable; otherwise, an <a class="reference internal" href="exceptions.html#OSError" title="OSError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">OSError</span></code></a>
  220. exception will be raised. If <em>dst</em> already exists, it will be replaced.
  221. Special files such as character or block devices and pipes cannot be
  222. copied with this function.</p>
  223. <p>If <em>follow_symlinks</em> is false and <em>src</em> is a symbolic link,
  224. a new symbolic link will be created instead of copying the
  225. file <em>src</em> points to.</p>
  226. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.copyfile</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">src</span></code>, <code class="docutils literal notranslate"><span class="pre">dst</span></code>.</p>
  227. <div class="versionchanged">
  228. <p><span class="versionmodified changed">Changed in version 3.3: </span><a class="reference internal" href="exceptions.html#IOError" title="IOError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">IOError</span></code></a> used to be raised instead of <a class="reference internal" href="exceptions.html#OSError" title="OSError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">OSError</span></code></a>.
  229. Added <em>follow_symlinks</em> argument.
  230. Now returns <em>dst</em>.</p>
  231. </div>
  232. <div class="versionchanged">
  233. <p><span class="versionmodified changed">Changed in version 3.4: </span>Raise <a class="reference internal" href="#shutil.SameFileError" title="shutil.SameFileError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">SameFileError</span></code></a> instead of <a class="reference internal" href="#shutil.Error" title="shutil.Error"><code class="xref py py-exc docutils literal notranslate"><span class="pre">Error</span></code></a>. Since the former is
  234. a subclass of the latter, this change is backward compatible.</p>
  235. </div>
  236. <div class="versionchanged">
  237. <p><span class="versionmodified changed">Changed in version 3.8: </span>Platform-specific fast-copy syscalls may be used internally in order to
  238. copy the file more efficiently. See
  239. <a class="reference internal" href="#shutil-platform-dependent-efficient-copy-operations"><span class="std std-ref">Platform-dependent efficient copy operations</span></a> section.</p>
  240. </div>
  241. </dd></dl>
  242. <dl class="py exception">
  243. <dt class="sig sig-object py" id="shutil.SameFileError">
  244. <em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">SameFileError</span></span><a class="headerlink" href="#shutil.SameFileError" title="Link to this definition">¶</a></dt>
  245. <dd><p>This exception is raised if source and destination in <a class="reference internal" href="#shutil.copyfile" title="shutil.copyfile"><code class="xref py py-func docutils literal notranslate"><span class="pre">copyfile()</span></code></a>
  246. are the same file.</p>
  247. <div class="versionadded">
  248. <p><span class="versionmodified added">New in version 3.4.</span></p>
  249. </div>
  250. </dd></dl>
  251. <dl class="py function">
  252. <dt class="sig sig-object py" id="shutil.copymode">
  253. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">copymode</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">src</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dst</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">follow_symlinks</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.copymode" title="Link to this definition">¶</a></dt>
  254. <dd><p>Copy the permission bits from <em>src</em> to <em>dst</em>. The file contents, owner, and
  255. group are unaffected. <em>src</em> and <em>dst</em> are <a class="reference internal" href="../glossary.html#term-path-like-object"><span class="xref std std-term">path-like objects</span></a> or path names
  256. given as strings.
  257. If <em>follow_symlinks</em> is false, and both <em>src</em> and <em>dst</em> are symbolic links,
  258. <a class="reference internal" href="#shutil.copymode" title="shutil.copymode"><code class="xref py py-func docutils literal notranslate"><span class="pre">copymode()</span></code></a> will attempt to modify the mode of <em>dst</em> itself (rather
  259. than the file it points to). This functionality is not available on every
  260. platform; please see <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> for more information. If
  261. <a class="reference internal" href="#shutil.copymode" title="shutil.copymode"><code class="xref py py-func docutils literal notranslate"><span class="pre">copymode()</span></code></a> cannot modify symbolic links on the local platform, and it
  262. is asked to do so, it will do nothing and return.</p>
  263. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.copymode</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">src</span></code>, <code class="docutils literal notranslate"><span class="pre">dst</span></code>.</p>
  264. <div class="versionchanged">
  265. <p><span class="versionmodified changed">Changed in version 3.3: </span>Added <em>follow_symlinks</em> argument.</p>
  266. </div>
  267. </dd></dl>
  268. <dl class="py function">
  269. <dt class="sig sig-object py" id="shutil.copystat">
  270. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">copystat</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">src</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dst</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">follow_symlinks</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.copystat" title="Link to this definition">¶</a></dt>
  271. <dd><p>Copy the permission bits, last access time, last modification time, and
  272. flags from <em>src</em> to <em>dst</em>. On Linux, <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> also copies the
  273. “extended attributes” where possible. The file contents, owner, and
  274. group are unaffected. <em>src</em> and <em>dst</em> are <a class="reference internal" href="../glossary.html#term-path-like-object"><span class="xref std std-term">path-like objects</span></a> or path
  275. names given as strings.</p>
  276. <p>If <em>follow_symlinks</em> is false, and <em>src</em> and <em>dst</em> both
  277. refer to symbolic links, <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> will operate on
  278. the symbolic links themselves rather than the files the
  279. symbolic links refer to—reading the information from the
  280. <em>src</em> symbolic link, and writing the information to the
  281. <em>dst</em> symbolic link.</p>
  282. <div class="admonition note">
  283. <p class="admonition-title">Note</p>
  284. <p>Not all platforms provide the ability to examine and
  285. modify symbolic links. Python itself can tell you what
  286. functionality is locally available.</p>
  287. <ul class="simple">
  288. <li><p>If <code class="docutils literal notranslate"><span class="pre">os.chmod</span> <span class="pre">in</span> <span class="pre">os.supports_follow_symlinks</span></code> is
  289. <code class="docutils literal notranslate"><span class="pre">True</span></code>, <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> can modify the permission
  290. bits of a symbolic link.</p></li>
  291. <li><p>If <code class="docutils literal notranslate"><span class="pre">os.utime</span> <span class="pre">in</span> <span class="pre">os.supports_follow_symlinks</span></code> is
  292. <code class="docutils literal notranslate"><span class="pre">True</span></code>, <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> can modify the last access
  293. and modification times of a symbolic link.</p></li>
  294. <li><p>If <code class="docutils literal notranslate"><span class="pre">os.chflags</span> <span class="pre">in</span> <span class="pre">os.supports_follow_symlinks</span></code> is
  295. <code class="docutils literal notranslate"><span class="pre">True</span></code>, <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> can modify the flags of
  296. a symbolic link. (<code class="docutils literal notranslate"><span class="pre">os.chflags</span></code> is not available on
  297. all platforms.)</p></li>
  298. </ul>
  299. <p>On platforms where some or all of this functionality
  300. is unavailable, when asked to modify a symbolic link,
  301. <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> will copy everything it can.
  302. <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> never returns failure.</p>
  303. <p>Please see <a class="reference internal" href="os.html#os.supports_follow_symlinks" title="os.supports_follow_symlinks"><code class="xref py py-data docutils literal notranslate"><span class="pre">os.supports_follow_symlinks</span></code></a>
  304. for more information.</p>
  305. </div>
  306. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.copystat</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">src</span></code>, <code class="docutils literal notranslate"><span class="pre">dst</span></code>.</p>
  307. <div class="versionchanged">
  308. <p><span class="versionmodified changed">Changed in version 3.3: </span>Added <em>follow_symlinks</em> argument and support for Linux extended attributes.</p>
  309. </div>
  310. </dd></dl>
  311. <dl class="py function">
  312. <dt class="sig sig-object py" id="shutil.copy">
  313. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">copy</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">src</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dst</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">follow_symlinks</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.copy" title="Link to this definition">¶</a></dt>
  314. <dd><p>Copies the file <em>src</em> to the file or directory <em>dst</em>. <em>src</em> and <em>dst</em>
  315. should be <a class="reference internal" href="../glossary.html#term-path-like-object"><span class="xref std std-term">path-like objects</span></a> or strings. If
  316. <em>dst</em> specifies a directory, the file will be copied into <em>dst</em> using the
  317. base filename from <em>src</em>. If <em>dst</em> specifies a file that already exists,
  318. it will be replaced. Returns the path to the newly created file.</p>
  319. <p>If <em>follow_symlinks</em> is false, and <em>src</em> is a symbolic link,
  320. <em>dst</em> will be created as a symbolic link. If <em>follow_symlinks</em>
  321. is true and <em>src</em> is a symbolic link, <em>dst</em> will be a copy of
  322. the file <em>src</em> refers to.</p>
  323. <p><a class="reference internal" href="#shutil.copy" title="shutil.copy"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy()</span></code></a> copies the file data and the file’s permission
  324. mode (see <a class="reference internal" href="os.html#os.chmod" title="os.chmod"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.chmod()</span></code></a>). Other metadata, like the
  325. file’s creation and modification times, is not preserved.
  326. To preserve all file metadata from the original, use
  327. <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a> instead.</p>
  328. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.copyfile</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">src</span></code>, <code class="docutils literal notranslate"><span class="pre">dst</span></code>.</p>
  329. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.copymode</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">src</span></code>, <code class="docutils literal notranslate"><span class="pre">dst</span></code>.</p>
  330. <div class="versionchanged">
  331. <p><span class="versionmodified changed">Changed in version 3.3: </span>Added <em>follow_symlinks</em> argument.
  332. Now returns path to the newly created file.</p>
  333. </div>
  334. <div class="versionchanged">
  335. <p><span class="versionmodified changed">Changed in version 3.8: </span>Platform-specific fast-copy syscalls may be used internally in order to
  336. copy the file more efficiently. See
  337. <a class="reference internal" href="#shutil-platform-dependent-efficient-copy-operations"><span class="std std-ref">Platform-dependent efficient copy operations</span></a> section.</p>
  338. </div>
  339. </dd></dl>
  340. <dl class="py function">
  341. <dt class="sig sig-object py" id="shutil.copy2">
  342. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">copy2</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">src</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dst</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">follow_symlinks</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.copy2" title="Link to this definition">¶</a></dt>
  343. <dd><p>Identical to <a class="reference internal" href="#shutil.copy" title="shutil.copy"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy()</span></code></a> except that <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a>
  344. also attempts to preserve file metadata.</p>
  345. <p>When <em>follow_symlinks</em> is false, and <em>src</em> is a symbolic
  346. link, <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a> attempts to copy all metadata from the
  347. <em>src</em> symbolic link to the newly created <em>dst</em> symbolic link.
  348. However, this functionality is not available on all platforms.
  349. On platforms where some or all of this functionality is
  350. unavailable, <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a> will preserve all the metadata
  351. it can; <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a> never raises an exception because it
  352. cannot preserve file metadata.</p>
  353. <p><a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a> uses <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> to copy the file metadata.
  354. Please see <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a> for more information
  355. about platform support for modifying symbolic link metadata.</p>
  356. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.copyfile</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">src</span></code>, <code class="docutils literal notranslate"><span class="pre">dst</span></code>.</p>
  357. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.copystat</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">src</span></code>, <code class="docutils literal notranslate"><span class="pre">dst</span></code>.</p>
  358. <div class="versionchanged">
  359. <p><span class="versionmodified changed">Changed in version 3.3: </span>Added <em>follow_symlinks</em> argument, try to copy extended
  360. file system attributes too (currently Linux only).
  361. Now returns path to the newly created file.</p>
  362. </div>
  363. <div class="versionchanged">
  364. <p><span class="versionmodified changed">Changed in version 3.8: </span>Platform-specific fast-copy syscalls may be used internally in order to
  365. copy the file more efficiently. See
  366. <a class="reference internal" href="#shutil-platform-dependent-efficient-copy-operations"><span class="std std-ref">Platform-dependent efficient copy operations</span></a> section.</p>
  367. </div>
  368. </dd></dl>
  369. <dl class="py function">
  370. <dt class="sig sig-object py" id="shutil.ignore_patterns">
  371. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">ignore_patterns</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">patterns</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.ignore_patterns" title="Link to this definition">¶</a></dt>
  372. <dd><p>This factory function creates a function that can be used as a callable for
  373. <a class="reference internal" href="#shutil.copytree" title="shutil.copytree"><code class="xref py py-func docutils literal notranslate"><span class="pre">copytree()</span></code></a>'s <em>ignore</em> argument, ignoring files and directories that
  374. match one of the glob-style <em>patterns</em> provided. See the example below.</p>
  375. </dd></dl>
  376. <dl class="py function">
  377. <dt class="sig sig-object py" id="shutil.copytree">
  378. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">copytree</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">src</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dst</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">symlinks</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">ignore</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">copy_function</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">copy2</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">ignore_dangling_symlinks</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dirs_exist_ok</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.copytree" title="Link to this definition">¶</a></dt>
  379. <dd><p>Recursively copy an entire directory tree rooted at <em>src</em> to a directory
  380. named <em>dst</em> and return the destination directory. All intermediate
  381. directories needed to contain <em>dst</em> will also be created by default.</p>
  382. <p>Permissions and times of directories are copied with <a class="reference internal" href="#shutil.copystat" title="shutil.copystat"><code class="xref py py-func docutils literal notranslate"><span class="pre">copystat()</span></code></a>,
  383. individual files are copied using <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a>.</p>
  384. <p>If <em>symlinks</em> is true, symbolic links in the source tree are represented as
  385. symbolic links in the new tree and the metadata of the original links will
  386. be copied as far as the platform allows; if false or omitted, the contents
  387. and metadata of the linked files are copied to the new tree.</p>
  388. <p>When <em>symlinks</em> is false, if the file pointed by the symlink doesn’t
  389. exist, an exception will be added in the list of errors raised in
  390. an <a class="reference internal" href="#shutil.Error" title="shutil.Error"><code class="xref py py-exc docutils literal notranslate"><span class="pre">Error</span></code></a> exception at the end of the copy process.
  391. You can set the optional <em>ignore_dangling_symlinks</em> flag to true if you
  392. want to silence this exception. Notice that this option has no effect
  393. on platforms that don’t support <a class="reference internal" href="os.html#os.symlink" title="os.symlink"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.symlink()</span></code></a>.</p>
  394. <p>If <em>ignore</em> is given, it must be a callable that will receive as its
  395. arguments the directory being visited by <a class="reference internal" href="#shutil.copytree" title="shutil.copytree"><code class="xref py py-func docutils literal notranslate"><span class="pre">copytree()</span></code></a>, and a list of its
  396. contents, as returned by <a class="reference internal" href="os.html#os.listdir" title="os.listdir"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.listdir()</span></code></a>. Since <a class="reference internal" href="#shutil.copytree" title="shutil.copytree"><code class="xref py py-func docutils literal notranslate"><span class="pre">copytree()</span></code></a> is
  397. called recursively, the <em>ignore</em> callable will be called once for each
  398. directory that is copied. The callable must return a sequence of directory
  399. and file names relative to the current directory (i.e. a subset of the items
  400. in its second argument); these names will then be ignored in the copy
  401. process. <a class="reference internal" href="#shutil.ignore_patterns" title="shutil.ignore_patterns"><code class="xref py py-func docutils literal notranslate"><span class="pre">ignore_patterns()</span></code></a> can be used to create such a callable that
  402. ignores names based on glob-style patterns.</p>
  403. <p>If exception(s) occur, an <a class="reference internal" href="#shutil.Error" title="shutil.Error"><code class="xref py py-exc docutils literal notranslate"><span class="pre">Error</span></code></a> is raised with a list of reasons.</p>
  404. <p>If <em>copy_function</em> is given, it must be a callable that will be used to copy
  405. each file. It will be called with the source path and the destination path
  406. as arguments. By default, <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a> is used, but any function
  407. that supports the same signature (like <a class="reference internal" href="#shutil.copy" title="shutil.copy"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy()</span></code></a>) can be used.</p>
  408. <p>If <em>dirs_exist_ok</em> is false (the default) and <em>dst</em> already exists, a
  409. <a class="reference internal" href="exceptions.html#FileExistsError" title="FileExistsError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">FileExistsError</span></code></a> is raised. If <em>dirs_exist_ok</em> is true, the copying
  410. operation will continue if it encounters existing directories, and files
  411. within the <em>dst</em> tree will be overwritten by corresponding files from the
  412. <em>src</em> tree.</p>
  413. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.copytree</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">src</span></code>, <code class="docutils literal notranslate"><span class="pre">dst</span></code>.</p>
  414. <div class="versionchanged">
  415. <p><span class="versionmodified changed">Changed in version 3.2: </span>Added the <em>copy_function</em> argument to be able to provide a custom copy
  416. function.
  417. Added the <em>ignore_dangling_symlinks</em> argument to silence dangling symlinks
  418. errors when <em>symlinks</em> is false.</p>
  419. </div>
  420. <div class="versionchanged">
  421. <p><span class="versionmodified changed">Changed in version 3.3: </span>Copy metadata when <em>symlinks</em> is false.
  422. Now returns <em>dst</em>.</p>
  423. </div>
  424. <div class="versionchanged">
  425. <p><span class="versionmodified changed">Changed in version 3.8: </span>Platform-specific fast-copy syscalls may be used internally in order to
  426. copy the file more efficiently. See
  427. <a class="reference internal" href="#shutil-platform-dependent-efficient-copy-operations"><span class="std std-ref">Platform-dependent efficient copy operations</span></a> section.</p>
  428. </div>
  429. <div class="versionchanged">
  430. <p><span class="versionmodified changed">Changed in version 3.8: </span>Added the <em>dirs_exist_ok</em> parameter.</p>
  431. </div>
  432. </dd></dl>
  433. <dl class="py function">
  434. <dt class="sig sig-object py" id="shutil.rmtree">
  435. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">rmtree</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">path</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">ignore_errors</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">onerror</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">onexc</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dir_fd</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.rmtree" title="Link to this definition">¶</a></dt>
  436. <dd><p id="index-1">Delete an entire directory tree; <em>path</em> must point to a directory (but not a
  437. symbolic link to a directory). If <em>ignore_errors</em> is true, errors resulting
  438. from failed removals will be ignored; if false or omitted, such errors are
  439. handled by calling a handler specified by <em>onexc</em> or <em>onerror</em> or, if both
  440. are omitted, exceptions are propagated to the caller.</p>
  441. <p>This function can support <a class="reference internal" href="os.html#dir-fd"><span class="std std-ref">paths relative to directory descriptors</span></a>.</p>
  442. <div class="admonition note">
  443. <p class="admonition-title">Note</p>
  444. <p>On platforms that support the necessary fd-based functions a symlink
  445. attack resistant version of <a class="reference internal" href="#shutil.rmtree" title="shutil.rmtree"><code class="xref py py-func docutils literal notranslate"><span class="pre">rmtree()</span></code></a> is used by default. On other
  446. platforms, the <a class="reference internal" href="#shutil.rmtree" title="shutil.rmtree"><code class="xref py py-func docutils literal notranslate"><span class="pre">rmtree()</span></code></a> implementation is susceptible to a symlink
  447. attack: given proper timing and circumstances, attackers can manipulate
  448. symlinks on the filesystem to delete files they wouldn’t be able to access
  449. otherwise. Applications can use the <a class="reference internal" href="#shutil.rmtree.avoids_symlink_attacks" title="shutil.rmtree.avoids_symlink_attacks"><code class="xref py py-data docutils literal notranslate"><span class="pre">rmtree.avoids_symlink_attacks</span></code></a>
  450. function attribute to determine which case applies.</p>
  451. </div>
  452. <p>If <em>onexc</em> is provided, it must be a callable that accepts three parameters:
  453. <em>function</em>, <em>path</em>, and <em>excinfo</em>.</p>
  454. <p>The first parameter, <em>function</em>, is the function which raised the exception;
  455. it depends on the platform and implementation. The second parameter,
  456. <em>path</em>, will be the path name passed to <em>function</em>. The third parameter,
  457. <em>excinfo</em>, is the exception that was raised. Exceptions raised by <em>onexc</em>
  458. will not be caught.</p>
  459. <p>The deprecated <em>onerror</em> is similar to <em>onexc</em>, except that the third
  460. parameter it receives is the tuple returned from <a class="reference internal" href="sys.html#sys.exc_info" title="sys.exc_info"><code class="xref py py-func docutils literal notranslate"><span class="pre">sys.exc_info()</span></code></a>.</p>
  461. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.rmtree</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">path</span></code>, <code class="docutils literal notranslate"><span class="pre">dir_fd</span></code>.</p>
  462. <div class="versionchanged">
  463. <p><span class="versionmodified changed">Changed in version 3.3: </span>Added a symlink attack resistant version that is used automatically
  464. if platform supports fd-based functions.</p>
  465. </div>
  466. <div class="versionchanged">
  467. <p><span class="versionmodified changed">Changed in version 3.8: </span>On Windows, will no longer delete the contents of a directory junction
  468. before removing the junction.</p>
  469. </div>
  470. <div class="versionchanged">
  471. <p><span class="versionmodified changed">Changed in version 3.11: </span>The <em>dir_fd</em> parameter.</p>
  472. </div>
  473. <div class="versionchanged">
  474. <p><span class="versionmodified changed">Changed in version 3.12: </span>Added the <em>onexc</em> parameter, deprecated <em>onerror</em>.</p>
  475. </div>
  476. <dl class="py attribute">
  477. <dt class="sig sig-object py" id="shutil.rmtree.avoids_symlink_attacks">
  478. <span class="sig-prename descclassname"><span class="pre">rmtree.</span></span><span class="sig-name descname"><span class="pre">avoids_symlink_attacks</span></span><a class="headerlink" href="#shutil.rmtree.avoids_symlink_attacks" title="Link to this definition">¶</a></dt>
  479. <dd><p>Indicates whether the current platform and implementation provides a
  480. symlink attack resistant version of <a class="reference internal" href="#shutil.rmtree" title="shutil.rmtree"><code class="xref py py-func docutils literal notranslate"><span class="pre">rmtree()</span></code></a>. Currently this is
  481. only true for platforms supporting fd-based directory access functions.</p>
  482. <div class="versionadded">
  483. <p><span class="versionmodified added">New in version 3.3.</span></p>
  484. </div>
  485. </dd></dl>
  486. </dd></dl>
  487. <dl class="py function">
  488. <dt class="sig sig-object py" id="shutil.move">
  489. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">move</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">src</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dst</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">copy_function</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">copy2</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.move" title="Link to this definition">¶</a></dt>
  490. <dd><p>Recursively move a file or directory (<em>src</em>) to another location and return
  491. the destination.</p>
  492. <p>If <em>dst</em> is an existing directory or a symlink to a directory, then <em>src</em>
  493. is moved inside that directory. The destination path in that directory must
  494. not already exist.</p>
  495. <p>If <em>dst</em> already exists but is not a directory, it may be overwritten
  496. depending on <a class="reference internal" href="os.html#os.rename" title="os.rename"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.rename()</span></code></a> semantics.</p>
  497. <p>If the destination is on the current filesystem, then <a class="reference internal" href="os.html#os.rename" title="os.rename"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.rename()</span></code></a> is
  498. used. Otherwise, <em>src</em> is copied to the destination using <em>copy_function</em>
  499. and then removed. In case of symlinks, a new symlink pointing to the target
  500. of <em>src</em> will be created as the destination and <em>src</em> will be removed.</p>
  501. <p>If <em>copy_function</em> is given, it must be a callable that takes two arguments,
  502. <em>src</em> and the destination, and will be used to copy <em>src</em> to the destination
  503. if <a class="reference internal" href="os.html#os.rename" title="os.rename"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.rename()</span></code></a> cannot be used. If the source is a directory,
  504. <a class="reference internal" href="#shutil.copytree" title="shutil.copytree"><code class="xref py py-func docutils literal notranslate"><span class="pre">copytree()</span></code></a> is called, passing it the <em>copy_function</em>. The
  505. default <em>copy_function</em> is <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a>. Using <a class="reference internal" href="#shutil.copy" title="shutil.copy"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy()</span></code></a> as the
  506. <em>copy_function</em> allows the move to succeed when it is not possible to also
  507. copy the metadata, at the expense of not copying any of the metadata.</p>
  508. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.move</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">src</span></code>, <code class="docutils literal notranslate"><span class="pre">dst</span></code>.</p>
  509. <div class="versionchanged">
  510. <p><span class="versionmodified changed">Changed in version 3.3: </span>Added explicit symlink handling for foreign filesystems, thus adapting
  511. it to the behavior of GNU’s <strong class="program">mv</strong>.
  512. Now returns <em>dst</em>.</p>
  513. </div>
  514. <div class="versionchanged">
  515. <p><span class="versionmodified changed">Changed in version 3.5: </span>Added the <em>copy_function</em> keyword argument.</p>
  516. </div>
  517. <div class="versionchanged">
  518. <p><span class="versionmodified changed">Changed in version 3.8: </span>Platform-specific fast-copy syscalls may be used internally in order to
  519. copy the file more efficiently. See
  520. <a class="reference internal" href="#shutil-platform-dependent-efficient-copy-operations"><span class="std std-ref">Platform-dependent efficient copy operations</span></a> section.</p>
  521. </div>
  522. <div class="versionchanged">
  523. <p><span class="versionmodified changed">Changed in version 3.9: </span>Accepts a <a class="reference internal" href="../glossary.html#term-path-like-object"><span class="xref std std-term">path-like object</span></a> for both <em>src</em> and <em>dst</em>.</p>
  524. </div>
  525. </dd></dl>
  526. <dl class="py function">
  527. <dt class="sig sig-object py" id="shutil.disk_usage">
  528. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">disk_usage</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">path</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.disk_usage" title="Link to this definition">¶</a></dt>
  529. <dd><p>Return disk usage statistics about the given path as a <a class="reference internal" href="../glossary.html#term-named-tuple"><span class="xref std std-term">named tuple</span></a>
  530. with the attributes <em>total</em>, <em>used</em> and <em>free</em>, which are the amount of
  531. total, used and free space, in bytes. <em>path</em> may be a file or a
  532. directory.</p>
  533. <div class="admonition note">
  534. <p class="admonition-title">Note</p>
  535. <p>On Unix filesystems, <em>path</em> must point to a path within a <strong>mounted</strong>
  536. filesystem partition. On those platforms, CPython doesn’t attempt to
  537. retrieve disk usage information from non-mounted filesystems.</p>
  538. </div>
  539. <div class="versionadded">
  540. <p><span class="versionmodified added">New in version 3.3.</span></p>
  541. </div>
  542. <div class="versionchanged">
  543. <p><span class="versionmodified changed">Changed in version 3.8: </span>On Windows, <em>path</em> can now be a file or directory.</p>
  544. </div>
  545. <div class="availability docutils container">
  546. <p><a class="reference internal" href="intro.html#availability"><span class="std std-ref">Availability</span></a>: Unix, Windows.</p>
  547. </div>
  548. </dd></dl>
  549. <dl class="py function">
  550. <dt class="sig sig-object py" id="shutil.chown">
  551. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">chown</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">path</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">user</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">group</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.chown" title="Link to this definition">¶</a></dt>
  552. <dd><p>Change owner <em>user</em> and/or <em>group</em> of the given <em>path</em>.</p>
  553. <p><em>user</em> can be a system user name or a uid; the same applies to <em>group</em>. At
  554. least one argument is required.</p>
  555. <p>See also <a class="reference internal" href="os.html#os.chown" title="os.chown"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.chown()</span></code></a>, the underlying function.</p>
  556. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.chown</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">path</span></code>, <code class="docutils literal notranslate"><span class="pre">user</span></code>, <code class="docutils literal notranslate"><span class="pre">group</span></code>.</p>
  557. <div class="availability docutils container">
  558. <p><a class="reference internal" href="intro.html#availability"><span class="std std-ref">Availability</span></a>: Unix.</p>
  559. </div>
  560. <div class="versionadded">
  561. <p><span class="versionmodified added">New in version 3.3.</span></p>
  562. </div>
  563. </dd></dl>
  564. <dl class="py function">
  565. <dt class="sig sig-object py" id="shutil.which">
  566. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">which</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">cmd</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">mode</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">os.F_OK</span> <span class="pre">|</span> <span class="pre">os.X_OK</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">path</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.which" title="Link to this definition">¶</a></dt>
  567. <dd><p>Return the path to an executable which would be run if the given <em>cmd</em> was
  568. called. If no <em>cmd</em> would be called, return <code class="docutils literal notranslate"><span class="pre">None</span></code>.</p>
  569. <p><em>mode</em> is a permission mask passed to <a class="reference internal" href="os.html#os.access" title="os.access"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.access()</span></code></a>, by default
  570. determining if the file exists and executable.</p>
  571. <p>When no <em>path</em> is specified, the results of <a class="reference internal" href="os.html#os.environ" title="os.environ"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.environ()</span></code></a> are used,
  572. returning either the “PATH” value or a fallback of <a class="reference internal" href="os.html#os.defpath" title="os.defpath"><code class="xref py py-data docutils literal notranslate"><span class="pre">os.defpath</span></code></a>.</p>
  573. <p>On Windows, the current directory is prepended to the <em>path</em> if <em>mode</em> does
  574. not include <code class="docutils literal notranslate"><span class="pre">os.X_OK</span></code>. When the <em>mode</em> does include <code class="docutils literal notranslate"><span class="pre">os.X_OK</span></code>, the
  575. Windows API <code class="docutils literal notranslate"><span class="pre">NeedCurrentDirectoryForExePathW</span></code> will be consulted to
  576. determine if the current directory should be prepended to <em>path</em>. To avoid
  577. consulting the current working directory for executables: set the environment
  578. variable <code class="docutils literal notranslate"><span class="pre">NoDefaultCurrentDirectoryInExePath</span></code>.</p>
  579. <p>Also on Windows, the <code class="docutils literal notranslate"><span class="pre">PATHEXT</span></code> variable is used to resolve commands
  580. that may not already include an extension. For example, if you call
  581. <code class="docutils literal notranslate"><span class="pre">shutil.which(&quot;python&quot;)</span></code>, <a class="reference internal" href="#shutil.which" title="shutil.which"><code class="xref py py-func docutils literal notranslate"><span class="pre">which()</span></code></a> will search <code class="docutils literal notranslate"><span class="pre">PATHEXT</span></code>
  582. to know that it should look for <code class="docutils literal notranslate"><span class="pre">python.exe</span></code> within the <em>path</em>
  583. directories. For example, on Windows:</p>
  584. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">shutil</span><span class="o">.</span><span class="n">which</span><span class="p">(</span><span class="s2">&quot;python&quot;</span><span class="p">)</span>
  585. <span class="go">&#39;C:\\Python33\\python.EXE&#39;</span>
  586. </pre></div>
  587. </div>
  588. <p>This is also applied when <em>cmd</em> is a path that contains a directory
  589. component:</p>
  590. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="o">&gt;&gt;</span> <span class="n">shutil</span><span class="o">.</span><span class="n">which</span><span class="p">(</span><span class="s2">&quot;C:</span><span class="se">\\</span><span class="s2">Python33</span><span class="se">\\</span><span class="s2">python&quot;</span><span class="p">)</span>
  591. <span class="s1">&#39;C:</span><span class="se">\\</span><span class="s1">Python33</span><span class="se">\\</span><span class="s1">python.EXE&#39;</span>
  592. </pre></div>
  593. </div>
  594. <div class="versionadded">
  595. <p><span class="versionmodified added">New in version 3.3.</span></p>
  596. </div>
  597. <div class="versionchanged">
  598. <p><span class="versionmodified changed">Changed in version 3.8: </span>The <a class="reference internal" href="stdtypes.html#bytes" title="bytes"><code class="xref py py-class docutils literal notranslate"><span class="pre">bytes</span></code></a> type is now accepted. If <em>cmd</em> type is
  599. <a class="reference internal" href="stdtypes.html#bytes" title="bytes"><code class="xref py py-class docutils literal notranslate"><span class="pre">bytes</span></code></a>, the result type is also <a class="reference internal" href="stdtypes.html#bytes" title="bytes"><code class="xref py py-class docutils literal notranslate"><span class="pre">bytes</span></code></a>.</p>
  600. </div>
  601. <div class="versionchanged">
  602. <p><span class="versionmodified changed">Changed in version 3.12: </span>On Windows, the current directory is no longer prepended to the search
  603. path if <em>mode</em> includes <code class="docutils literal notranslate"><span class="pre">os.X_OK</span></code> and WinAPI
  604. <code class="docutils literal notranslate"><span class="pre">NeedCurrentDirectoryForExePathW(cmd)</span></code> is false, else the current
  605. directory is prepended even if it is already in the search path;
  606. <code class="docutils literal notranslate"><span class="pre">PATHEXT</span></code> is used now even when <em>cmd</em> includes a directory component
  607. or ends with an extension that is in <code class="docutils literal notranslate"><span class="pre">PATHEXT</span></code>; and filenames that
  608. have no extension can now be found.</p>
  609. </div>
  610. <div class="versionchanged">
  611. <p><span class="versionmodified changed">Changed in version 3.12.1: </span>On Windows, if <em>mode</em> includes <code class="docutils literal notranslate"><span class="pre">os.X_OK</span></code>, executables with an
  612. extension in <code class="docutils literal notranslate"><span class="pre">PATHEXT</span></code> will be preferred over executables without a
  613. matching extension.
  614. This brings behavior closer to that of Python 3.11.</p>
  615. </div>
  616. </dd></dl>
  617. <dl class="py exception">
  618. <dt class="sig sig-object py" id="shutil.Error">
  619. <em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">Error</span></span><a class="headerlink" href="#shutil.Error" title="Link to this definition">¶</a></dt>
  620. <dd><p>This exception collects exceptions that are raised during a multi-file
  621. operation. For <a class="reference internal" href="#shutil.copytree" title="shutil.copytree"><code class="xref py py-func docutils literal notranslate"><span class="pre">copytree()</span></code></a>, the exception argument is a list of 3-tuples
  622. (<em>srcname</em>, <em>dstname</em>, <em>exception</em>).</p>
  623. </dd></dl>
  624. <section id="platform-dependent-efficient-copy-operations">
  625. <span id="shutil-platform-dependent-efficient-copy-operations"></span><h3>Platform-dependent efficient copy operations<a class="headerlink" href="#platform-dependent-efficient-copy-operations" title="Link to this heading">¶</a></h3>
  626. <p>Starting from Python 3.8, all functions involving a file copy
  627. (<a class="reference internal" href="#shutil.copyfile" title="shutil.copyfile"><code class="xref py py-func docutils literal notranslate"><span class="pre">copyfile()</span></code></a>, <a class="reference internal" href="#shutil.copy" title="shutil.copy"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy()</span></code></a>, <a class="reference internal" href="#shutil.copy2" title="shutil.copy2"><code class="xref py py-func docutils literal notranslate"><span class="pre">copy2()</span></code></a>,
  628. <a class="reference internal" href="#shutil.copytree" title="shutil.copytree"><code class="xref py py-func docutils literal notranslate"><span class="pre">copytree()</span></code></a>, and <a class="reference internal" href="#shutil.move" title="shutil.move"><code class="xref py py-func docutils literal notranslate"><span class="pre">move()</span></code></a>) may use
  629. platform-specific “fast-copy” syscalls in order to copy the file more
  630. efficiently (see <a class="reference external" href="https://bugs.python.org/issue?&#64;action=redirect&amp;bpo=33671">bpo-33671</a>).
  631. “fast-copy” means that the copying operation occurs within the kernel, avoiding
  632. the use of userspace buffers in Python as in “<code class="docutils literal notranslate"><span class="pre">outfd.write(infd.read())</span></code>”.</p>
  633. <p>On macOS <a class="reference external" href="http://www.manpagez.com/man/3/copyfile/">fcopyfile</a> is used to copy the file content (not metadata).</p>
  634. <p>On Linux <a class="reference internal" href="os.html#os.sendfile" title="os.sendfile"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.sendfile()</span></code></a> is used.</p>
  635. <p>On Windows <a class="reference internal" href="#shutil.copyfile" title="shutil.copyfile"><code class="xref py py-func docutils literal notranslate"><span class="pre">shutil.copyfile()</span></code></a> uses a bigger default buffer size (1 MiB
  636. instead of 64 KiB) and a <a class="reference internal" href="stdtypes.html#memoryview" title="memoryview"><code class="xref py py-func docutils literal notranslate"><span class="pre">memoryview()</span></code></a>-based variant of
  637. <a class="reference internal" href="#shutil.copyfileobj" title="shutil.copyfileobj"><code class="xref py py-func docutils literal notranslate"><span class="pre">shutil.copyfileobj()</span></code></a> is used.</p>
  638. <p>If the fast-copy operation fails and no data was written in the destination
  639. file then shutil will silently fallback on using less efficient
  640. <a class="reference internal" href="#shutil.copyfileobj" title="shutil.copyfileobj"><code class="xref py py-func docutils literal notranslate"><span class="pre">copyfileobj()</span></code></a> function internally.</p>
  641. <div class="versionchanged">
  642. <p><span class="versionmodified changed">Changed in version 3.8.</span></p>
  643. </div>
  644. </section>
  645. <section id="copytree-example">
  646. <span id="shutil-copytree-example"></span><h3>copytree example<a class="headerlink" href="#copytree-example" title="Link to this heading">¶</a></h3>
  647. <p>An example that uses the <a class="reference internal" href="#shutil.ignore_patterns" title="shutil.ignore_patterns"><code class="xref py py-func docutils literal notranslate"><span class="pre">ignore_patterns()</span></code></a> helper:</p>
  648. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">shutil</span> <span class="kn">import</span> <span class="n">copytree</span><span class="p">,</span> <span class="n">ignore_patterns</span>
  649. <span class="n">copytree</span><span class="p">(</span><span class="n">source</span><span class="p">,</span> <span class="n">destination</span><span class="p">,</span> <span class="n">ignore</span><span class="o">=</span><span class="n">ignore_patterns</span><span class="p">(</span><span class="s1">&#39;*.pyc&#39;</span><span class="p">,</span> <span class="s1">&#39;tmp*&#39;</span><span class="p">))</span>
  650. </pre></div>
  651. </div>
  652. <p>This will copy everything except <code class="docutils literal notranslate"><span class="pre">.pyc</span></code> files and files or directories whose
  653. name starts with <code class="docutils literal notranslate"><span class="pre">tmp</span></code>.</p>
  654. <p>Another example that uses the <em>ignore</em> argument to add a logging call:</p>
  655. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">shutil</span> <span class="kn">import</span> <span class="n">copytree</span>
  656. <span class="kn">import</span> <span class="nn">logging</span>
  657. <span class="k">def</span> <span class="nf">_logpath</span><span class="p">(</span><span class="n">path</span><span class="p">,</span> <span class="n">names</span><span class="p">):</span>
  658. <span class="n">logging</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s1">&#39;Working in </span><span class="si">%s</span><span class="s1">&#39;</span><span class="p">,</span> <span class="n">path</span><span class="p">)</span>
  659. <span class="k">return</span> <span class="p">[]</span> <span class="c1"># nothing will be ignored</span>
  660. <span class="n">copytree</span><span class="p">(</span><span class="n">source</span><span class="p">,</span> <span class="n">destination</span><span class="p">,</span> <span class="n">ignore</span><span class="o">=</span><span class="n">_logpath</span><span class="p">)</span>
  661. </pre></div>
  662. </div>
  663. </section>
  664. <section id="rmtree-example">
  665. <span id="shutil-rmtree-example"></span><h3>rmtree example<a class="headerlink" href="#rmtree-example" title="Link to this heading">¶</a></h3>
  666. <p>This example shows how to remove a directory tree on Windows where some
  667. of the files have their read-only bit set. It uses the onexc callback
  668. to clear the readonly bit and reattempt the remove. Any subsequent failure
  669. will propagate.</p>
  670. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">os</span><span class="o">,</span> <span class="nn">stat</span>
  671. <span class="kn">import</span> <span class="nn">shutil</span>
  672. <span class="k">def</span> <span class="nf">remove_readonly</span><span class="p">(</span><span class="n">func</span><span class="p">,</span> <span class="n">path</span><span class="p">,</span> <span class="n">_</span><span class="p">):</span>
  673. <span class="s2">&quot;Clear the readonly bit and reattempt the removal&quot;</span>
  674. <span class="n">os</span><span class="o">.</span><span class="n">chmod</span><span class="p">(</span><span class="n">path</span><span class="p">,</span> <span class="n">stat</span><span class="o">.</span><span class="n">S_IWRITE</span><span class="p">)</span>
  675. <span class="n">func</span><span class="p">(</span><span class="n">path</span><span class="p">)</span>
  676. <span class="n">shutil</span><span class="o">.</span><span class="n">rmtree</span><span class="p">(</span><span class="n">directory</span><span class="p">,</span> <span class="n">onexc</span><span class="o">=</span><span class="n">remove_readonly</span><span class="p">)</span>
  677. </pre></div>
  678. </div>
  679. </section>
  680. </section>
  681. <section id="archiving-operations">
  682. <span id="id1"></span><h2>Archiving operations<a class="headerlink" href="#archiving-operations" title="Link to this heading">¶</a></h2>
  683. <div class="versionadded">
  684. <p><span class="versionmodified added">New in version 3.2.</span></p>
  685. </div>
  686. <div class="versionchanged">
  687. <p><span class="versionmodified changed">Changed in version 3.5: </span>Added support for the <em>xztar</em> format.</p>
  688. </div>
  689. <p>High-level utilities to create and read compressed and archived files are also
  690. provided. They rely on the <a class="reference internal" href="zipfile.html#module-zipfile" title="zipfile: Read and write ZIP-format archive files."><code class="xref py py-mod docutils literal notranslate"><span class="pre">zipfile</span></code></a> and <a class="reference internal" href="tarfile.html#module-tarfile" title="tarfile: Read and write tar-format archive files."><code class="xref py py-mod docutils literal notranslate"><span class="pre">tarfile</span></code></a> modules.</p>
  691. <dl class="py function">
  692. <dt class="sig sig-object py" id="shutil.make_archive">
  693. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">make_archive</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">base_name</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">format</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">root_dir</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">base_dir</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">verbose</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">dry_run</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">owner</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">group</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">logger</span></span></em><span class="optional">]</span><span class="optional">]</span><span class="optional">]</span><span class="optional">]</span><span class="optional">]</span><span class="optional">]</span><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#shutil.make_archive" title="Link to this definition">¶</a></dt>
  694. <dd><p>Create an archive file (such as zip or tar) and return its name.</p>
  695. <p><em>base_name</em> is the name of the file to create, including the path, minus
  696. any format-specific extension.</p>
  697. <p><em>format</em> is the archive format: one of
  698. “zip” (if the <a class="reference internal" href="zlib.html#module-zlib" title="zlib: Low-level interface to compression and decompression routines compatible with gzip."><code class="xref py py-mod docutils literal notranslate"><span class="pre">zlib</span></code></a> module is available), “tar”, “gztar” (if the
  699. <a class="reference internal" href="zlib.html#module-zlib" title="zlib: Low-level interface to compression and decompression routines compatible with gzip."><code class="xref py py-mod docutils literal notranslate"><span class="pre">zlib</span></code></a> module is available), “bztar” (if the <a class="reference internal" href="bz2.html#module-bz2" title="bz2: Interfaces for bzip2 compression and decompression."><code class="xref py py-mod docutils literal notranslate"><span class="pre">bz2</span></code></a> module is
  700. available), or “xztar” (if the <a class="reference internal" href="lzma.html#module-lzma" title="lzma: A Python wrapper for the liblzma compression library."><code class="xref py py-mod docutils literal notranslate"><span class="pre">lzma</span></code></a> module is available).</p>
  701. <p><em>root_dir</em> is a directory that will be the root directory of the
  702. archive, all paths in the archive will be relative to it; for example,
  703. we typically chdir into <em>root_dir</em> before creating the archive.</p>
  704. <p><em>base_dir</em> is the directory where we start archiving from;
  705. i.e. <em>base_dir</em> will be the common prefix of all files and
  706. directories in the archive. <em>base_dir</em> must be given relative
  707. to <em>root_dir</em>. See <a class="reference internal" href="#shutil-archiving-example-with-basedir"><span class="std std-ref">Archiving example with base_dir</span></a> for how to
  708. use <em>base_dir</em> and <em>root_dir</em> together.</p>
  709. <p><em>root_dir</em> and <em>base_dir</em> both default to the current directory.</p>
  710. <p>If <em>dry_run</em> is true, no archive is created, but the operations that would be
  711. executed are logged to <em>logger</em>.</p>
  712. <p><em>owner</em> and <em>group</em> are used when creating a tar archive. By default,
  713. uses the current owner and group.</p>
  714. <p><em>logger</em> must be an object compatible with <span class="target" id="index-2"></span><a class="pep reference external" href="https://peps.python.org/pep-0282/"><strong>PEP 282</strong></a>, usually an instance of
  715. <a class="reference internal" href="logging.html#logging.Logger" title="logging.Logger"><code class="xref py py-class docutils literal notranslate"><span class="pre">logging.Logger</span></code></a>.</p>
  716. <p>The <em>verbose</em> argument is unused and deprecated.</p>
  717. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.make_archive</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">base_name</span></code>, <code class="docutils literal notranslate"><span class="pre">format</span></code>, <code class="docutils literal notranslate"><span class="pre">root_dir</span></code>, <code class="docutils literal notranslate"><span class="pre">base_dir</span></code>.</p>
  718. <div class="admonition note">
  719. <p class="admonition-title">Note</p>
  720. <p>This function is not thread-safe when custom archivers registered
  721. with <a class="reference internal" href="#shutil.register_archive_format" title="shutil.register_archive_format"><code class="xref py py-func docutils literal notranslate"><span class="pre">register_archive_format()</span></code></a> do not support the <em>root_dir</em>
  722. argument. In this case it
  723. temporarily changes the current working directory of the process
  724. to <em>root_dir</em> to perform archiving.</p>
  725. </div>
  726. <div class="versionchanged">
  727. <p><span class="versionmodified changed">Changed in version 3.8: </span>The modern pax (POSIX.1-2001) format is now used instead of
  728. the legacy GNU format for archives created with <code class="docutils literal notranslate"><span class="pre">format=&quot;tar&quot;</span></code>.</p>
  729. </div>
  730. <div class="versionchanged">
  731. <p><span class="versionmodified changed">Changed in version 3.10.6: </span>This function is now made thread-safe during creation of standard
  732. <code class="docutils literal notranslate"><span class="pre">.zip</span></code> and tar archives.</p>
  733. </div>
  734. </dd></dl>
  735. <dl class="py function">
  736. <dt class="sig sig-object py" id="shutil.get_archive_formats">
  737. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">get_archive_formats</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#shutil.get_archive_formats" title="Link to this definition">¶</a></dt>
  738. <dd><p>Return a list of supported formats for archiving.
  739. Each element of the returned sequence is a tuple <code class="docutils literal notranslate"><span class="pre">(name,</span> <span class="pre">description)</span></code>.</p>
  740. <p>By default <a class="reference internal" href="#module-shutil" title="shutil: High-level file operations, including copying."><code class="xref py py-mod docutils literal notranslate"><span class="pre">shutil</span></code></a> provides these formats:</p>
  741. <ul class="simple">
  742. <li><p><em>zip</em>: ZIP file (if the <a class="reference internal" href="zlib.html#module-zlib" title="zlib: Low-level interface to compression and decompression routines compatible with gzip."><code class="xref py py-mod docutils literal notranslate"><span class="pre">zlib</span></code></a> module is available).</p></li>
  743. <li><p><em>tar</em>: Uncompressed tar file. Uses POSIX.1-2001 pax format for new archives.</p></li>
  744. <li><p><em>gztar</em>: gzip’ed tar-file (if the <a class="reference internal" href="zlib.html#module-zlib" title="zlib: Low-level interface to compression and decompression routines compatible with gzip."><code class="xref py py-mod docutils literal notranslate"><span class="pre">zlib</span></code></a> module is available).</p></li>
  745. <li><p><em>bztar</em>: bzip2’ed tar-file (if the <a class="reference internal" href="bz2.html#module-bz2" title="bz2: Interfaces for bzip2 compression and decompression."><code class="xref py py-mod docutils literal notranslate"><span class="pre">bz2</span></code></a> module is available).</p></li>
  746. <li><p><em>xztar</em>: xz’ed tar-file (if the <a class="reference internal" href="lzma.html#module-lzma" title="lzma: A Python wrapper for the liblzma compression library."><code class="xref py py-mod docutils literal notranslate"><span class="pre">lzma</span></code></a> module is available).</p></li>
  747. </ul>
  748. <p>You can register new formats or provide your own archiver for any existing
  749. formats, by using <a class="reference internal" href="#shutil.register_archive_format" title="shutil.register_archive_format"><code class="xref py py-func docutils literal notranslate"><span class="pre">register_archive_format()</span></code></a>.</p>
  750. </dd></dl>
  751. <dl class="py function">
  752. <dt class="sig sig-object py" id="shutil.register_archive_format">
  753. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">register_archive_format</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">function</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">extra_args</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">description</span></span></em><span class="optional">]</span><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#shutil.register_archive_format" title="Link to this definition">¶</a></dt>
  754. <dd><p>Register an archiver for the format <em>name</em>.</p>
  755. <p><em>function</em> is the callable that will be used to unpack archives. The callable
  756. will receive the <em>base_name</em> of the file to create, followed by the
  757. <em>base_dir</em> (which defaults to <a class="reference internal" href="os.html#os.curdir" title="os.curdir"><code class="xref py py-data docutils literal notranslate"><span class="pre">os.curdir</span></code></a>) to start archiving from.
  758. Further arguments are passed as keyword arguments: <em>owner</em>, <em>group</em>,
  759. <em>dry_run</em> and <em>logger</em> (as passed in <a class="reference internal" href="#shutil.make_archive" title="shutil.make_archive"><code class="xref py py-func docutils literal notranslate"><span class="pre">make_archive()</span></code></a>).</p>
  760. <p>If <em>function</em> has the custom attribute <code class="docutils literal notranslate"><span class="pre">function.supports_root_dir</span></code> set to <code class="docutils literal notranslate"><span class="pre">True</span></code>,
  761. the <em>root_dir</em> argument is passed as a keyword argument.
  762. Otherwise the current working directory of the process is temporarily
  763. changed to <em>root_dir</em> before calling <em>function</em>.
  764. In this case <a class="reference internal" href="#shutil.make_archive" title="shutil.make_archive"><code class="xref py py-func docutils literal notranslate"><span class="pre">make_archive()</span></code></a> is not thread-safe.</p>
  765. <p>If given, <em>extra_args</em> is a sequence of <code class="docutils literal notranslate"><span class="pre">(name,</span> <span class="pre">value)</span></code> pairs that will be
  766. used as extra keywords arguments when the archiver callable is used.</p>
  767. <p><em>description</em> is used by <a class="reference internal" href="#shutil.get_archive_formats" title="shutil.get_archive_formats"><code class="xref py py-func docutils literal notranslate"><span class="pre">get_archive_formats()</span></code></a> which returns the
  768. list of archivers. Defaults to an empty string.</p>
  769. <div class="versionchanged">
  770. <p><span class="versionmodified changed">Changed in version 3.12: </span>Added support for functions supporting the <em>root_dir</em> argument.</p>
  771. </div>
  772. </dd></dl>
  773. <dl class="py function">
  774. <dt class="sig sig-object py" id="shutil.unregister_archive_format">
  775. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">unregister_archive_format</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.unregister_archive_format" title="Link to this definition">¶</a></dt>
  776. <dd><p>Remove the archive format <em>name</em> from the list of supported formats.</p>
  777. </dd></dl>
  778. <dl class="py function">
  779. <dt class="sig sig-object py" id="shutil.unpack_archive">
  780. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">unpack_archive</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">filename</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">extract_dir</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">format</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">filter</span></span></em><span class="optional">]</span><span class="optional">]</span><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#shutil.unpack_archive" title="Link to this definition">¶</a></dt>
  781. <dd><p>Unpack an archive. <em>filename</em> is the full path of the archive.</p>
  782. <p><em>extract_dir</em> is the name of the target directory where the archive is
  783. unpacked. If not provided, the current working directory is used.</p>
  784. <p><em>format</em> is the archive format: one of “zip”, “tar”, “gztar”, “bztar”, or
  785. “xztar”. Or any other format registered with
  786. <a class="reference internal" href="#shutil.register_unpack_format" title="shutil.register_unpack_format"><code class="xref py py-func docutils literal notranslate"><span class="pre">register_unpack_format()</span></code></a>. If not provided, <a class="reference internal" href="#shutil.unpack_archive" title="shutil.unpack_archive"><code class="xref py py-func docutils literal notranslate"><span class="pre">unpack_archive()</span></code></a>
  787. will use the archive file name extension and see if an unpacker was
  788. registered for that extension. In case none is found,
  789. a <a class="reference internal" href="exceptions.html#ValueError" title="ValueError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">ValueError</span></code></a> is raised.</p>
  790. <p>The keyword-only <em>filter</em> argument is passed to the underlying unpacking
  791. function. For zip files, <em>filter</em> is not accepted.
  792. For tar files, it is recommended to set it to <code class="docutils literal notranslate"><span class="pre">'data'</span></code>,
  793. unless using features specific to tar and UNIX-like filesystems.
  794. (See <a class="reference internal" href="tarfile.html#tarfile-extraction-filter"><span class="std std-ref">Extraction filters</span></a> for details.)
  795. The <code class="docutils literal notranslate"><span class="pre">'data'</span></code> filter will become the default for tar files
  796. in Python 3.14.</p>
  797. <p class="audit-hook">Raises an <a class="reference internal" href="sys.html#auditing"><span class="std std-ref">auditing event</span></a> <code class="docutils literal notranslate"><span class="pre">shutil.unpack_archive</span></code> with arguments <code class="docutils literal notranslate"><span class="pre">filename</span></code>, <code class="docutils literal notranslate"><span class="pre">extract_dir</span></code>, <code class="docutils literal notranslate"><span class="pre">format</span></code>.</p>
  798. <div class="admonition warning">
  799. <p class="admonition-title">Warning</p>
  800. <p>Never extract archives from untrusted sources without prior inspection.
  801. It is possible that files are created outside of the path specified in
  802. the <em>extract_dir</em> argument, e.g. members that have absolute filenames
  803. starting with “/” or filenames with two dots “..”.</p>
  804. </div>
  805. <div class="versionchanged">
  806. <p><span class="versionmodified changed">Changed in version 3.7: </span>Accepts a <a class="reference internal" href="../glossary.html#term-path-like-object"><span class="xref std std-term">path-like object</span></a> for <em>filename</em> and <em>extract_dir</em>.</p>
  807. </div>
  808. <div class="versionchanged">
  809. <p><span class="versionmodified changed">Changed in version 3.12: </span>Added the <em>filter</em> argument.</p>
  810. </div>
  811. </dd></dl>
  812. <dl class="py function">
  813. <dt class="sig sig-object py" id="shutil.register_unpack_format">
  814. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">register_unpack_format</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">extensions</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">function</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">extra_args</span></span></em><span class="optional">[</span>, <em class="sig-param"><span class="n"><span class="pre">description</span></span></em><span class="optional">]</span><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#shutil.register_unpack_format" title="Link to this definition">¶</a></dt>
  815. <dd><p>Registers an unpack format. <em>name</em> is the name of the format and
  816. <em>extensions</em> is a list of extensions corresponding to the format, like
  817. <code class="docutils literal notranslate"><span class="pre">.zip</span></code> for Zip files.</p>
  818. <p><em>function</em> is the callable that will be used to unpack archives. The
  819. callable will receive:</p>
  820. <ul class="simple">
  821. <li><p>the path of the archive, as a positional argument;</p></li>
  822. <li><p>the directory the archive must be extracted to, as a positional argument;</p></li>
  823. <li><p>possibly a <em>filter</em> keyword argument, if it was given to
  824. <a class="reference internal" href="#shutil.unpack_archive" title="shutil.unpack_archive"><code class="xref py py-func docutils literal notranslate"><span class="pre">unpack_archive()</span></code></a>;</p></li>
  825. <li><p>additional keyword arguments, specified by <em>extra_args</em> as a sequence
  826. of <code class="docutils literal notranslate"><span class="pre">(name,</span> <span class="pre">value)</span></code> tuples.</p></li>
  827. </ul>
  828. <p><em>description</em> can be provided to describe the format, and will be returned
  829. by the <a class="reference internal" href="#shutil.get_unpack_formats" title="shutil.get_unpack_formats"><code class="xref py py-func docutils literal notranslate"><span class="pre">get_unpack_formats()</span></code></a> function.</p>
  830. </dd></dl>
  831. <dl class="py function">
  832. <dt class="sig sig-object py" id="shutil.unregister_unpack_format">
  833. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">unregister_unpack_format</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.unregister_unpack_format" title="Link to this definition">¶</a></dt>
  834. <dd><p>Unregister an unpack format. <em>name</em> is the name of the format.</p>
  835. </dd></dl>
  836. <dl class="py function">
  837. <dt class="sig sig-object py" id="shutil.get_unpack_formats">
  838. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">get_unpack_formats</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#shutil.get_unpack_formats" title="Link to this definition">¶</a></dt>
  839. <dd><p>Return a list of all registered formats for unpacking.
  840. Each element of the returned sequence is a tuple
  841. <code class="docutils literal notranslate"><span class="pre">(name,</span> <span class="pre">extensions,</span> <span class="pre">description)</span></code>.</p>
  842. <p>By default <a class="reference internal" href="#module-shutil" title="shutil: High-level file operations, including copying."><code class="xref py py-mod docutils literal notranslate"><span class="pre">shutil</span></code></a> provides these formats:</p>
  843. <ul class="simple">
  844. <li><p><em>zip</em>: ZIP file (unpacking compressed files works only if the corresponding
  845. module is available).</p></li>
  846. <li><p><em>tar</em>: uncompressed tar file.</p></li>
  847. <li><p><em>gztar</em>: gzip’ed tar-file (if the <a class="reference internal" href="zlib.html#module-zlib" title="zlib: Low-level interface to compression and decompression routines compatible with gzip."><code class="xref py py-mod docutils literal notranslate"><span class="pre">zlib</span></code></a> module is available).</p></li>
  848. <li><p><em>bztar</em>: bzip2’ed tar-file (if the <a class="reference internal" href="bz2.html#module-bz2" title="bz2: Interfaces for bzip2 compression and decompression."><code class="xref py py-mod docutils literal notranslate"><span class="pre">bz2</span></code></a> module is available).</p></li>
  849. <li><p><em>xztar</em>: xz’ed tar-file (if the <a class="reference internal" href="lzma.html#module-lzma" title="lzma: A Python wrapper for the liblzma compression library."><code class="xref py py-mod docutils literal notranslate"><span class="pre">lzma</span></code></a> module is available).</p></li>
  850. </ul>
  851. <p>You can register new formats or provide your own unpacker for any existing
  852. formats, by using <a class="reference internal" href="#shutil.register_unpack_format" title="shutil.register_unpack_format"><code class="xref py py-func docutils literal notranslate"><span class="pre">register_unpack_format()</span></code></a>.</p>
  853. </dd></dl>
  854. <section id="archiving-example">
  855. <span id="shutil-archiving-example"></span><h3>Archiving example<a class="headerlink" href="#archiving-example" title="Link to this heading">¶</a></h3>
  856. <p>In this example, we create a gzip’ed tar-file archive containing all files
  857. found in the <code class="file docutils literal notranslate"><span class="pre">.ssh</span></code> directory of the user:</p>
  858. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">shutil</span> <span class="kn">import</span> <span class="n">make_archive</span>
  859. <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">os</span>
  860. <span class="gp">&gt;&gt;&gt; </span><span class="n">archive_name</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">expanduser</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="s1">&#39;~&#39;</span><span class="p">,</span> <span class="s1">&#39;myarchive&#39;</span><span class="p">))</span>
  861. <span class="gp">&gt;&gt;&gt; </span><span class="n">root_dir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">expanduser</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="s1">&#39;~&#39;</span><span class="p">,</span> <span class="s1">&#39;.ssh&#39;</span><span class="p">))</span>
  862. <span class="gp">&gt;&gt;&gt; </span><span class="n">make_archive</span><span class="p">(</span><span class="n">archive_name</span><span class="p">,</span> <span class="s1">&#39;gztar&#39;</span><span class="p">,</span> <span class="n">root_dir</span><span class="p">)</span>
  863. <span class="go">&#39;/Users/tarek/myarchive.tar.gz&#39;</span>
  864. </pre></div>
  865. </div>
  866. <p>The resulting archive contains:</p>
  867. <div class="highlight-shell-session notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>tar<span class="w"> </span>-tzvf<span class="w"> </span>/Users/tarek/myarchive.tar.gz
  868. <span class="go">drwx------ tarek/staff 0 2010-02-01 16:23:40 ./</span>
  869. <span class="go">-rw-r--r-- tarek/staff 609 2008-06-09 13:26:54 ./authorized_keys</span>
  870. <span class="go">-rwxr-xr-x tarek/staff 65 2008-06-09 13:26:54 ./config</span>
  871. <span class="go">-rwx------ tarek/staff 668 2008-06-09 13:26:54 ./id_dsa</span>
  872. <span class="go">-rwxr-xr-x tarek/staff 609 2008-06-09 13:26:54 ./id_dsa.pub</span>
  873. <span class="go">-rw------- tarek/staff 1675 2008-06-09 13:26:54 ./id_rsa</span>
  874. <span class="go">-rw-r--r-- tarek/staff 397 2008-06-09 13:26:54 ./id_rsa.pub</span>
  875. <span class="go">-rw-r--r-- tarek/staff 37192 2010-02-06 18:23:10 ./known_hosts</span>
  876. </pre></div>
  877. </div>
  878. </section>
  879. <section id="archiving-example-with-base-dir">
  880. <span id="shutil-archiving-example-with-basedir"></span><h3>Archiving example with <em>base_dir</em><a class="headerlink" href="#archiving-example-with-base-dir" title="Link to this heading">¶</a></h3>
  881. <p>In this example, similar to the <a class="reference internal" href="#shutil-archiving-example">one above</a>,
  882. we show how to use <a class="reference internal" href="#shutil.make_archive" title="shutil.make_archive"><code class="xref py py-func docutils literal notranslate"><span class="pre">make_archive()</span></code></a>, but this time with the usage of
  883. <em>base_dir</em>. We now have the following directory structure:</p>
  884. <div class="highlight-shell-session notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>tree<span class="w"> </span>tmp
  885. <span class="go">tmp</span>
  886. <span class="go">└── root</span>
  887. <span class="go"> └── structure</span>
  888. <span class="go"> ├── content</span>
  889. <span class="go"> └── please_add.txt</span>
  890. <span class="go"> └── do_not_add.txt</span>
  891. </pre></div>
  892. </div>
  893. <p>In the final archive, <code class="file docutils literal notranslate"><span class="pre">please_add.txt</span></code> should be included, but
  894. <code class="file docutils literal notranslate"><span class="pre">do_not_add.txt</span></code> should not. Therefore we use the following:</p>
  895. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">shutil</span> <span class="kn">import</span> <span class="n">make_archive</span>
  896. <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">os</span>
  897. <span class="gp">&gt;&gt;&gt; </span><span class="n">archive_name</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">expanduser</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="s1">&#39;~&#39;</span><span class="p">,</span> <span class="s1">&#39;myarchive&#39;</span><span class="p">))</span>
  898. <span class="gp">&gt;&gt;&gt; </span><span class="n">make_archive</span><span class="p">(</span>
  899. <span class="gp">... </span> <span class="n">archive_name</span><span class="p">,</span>
  900. <span class="gp">... </span> <span class="s1">&#39;tar&#39;</span><span class="p">,</span>
  901. <span class="gp">... </span> <span class="n">root_dir</span><span class="o">=</span><span class="s1">&#39;tmp/root&#39;</span><span class="p">,</span>
  902. <span class="gp">... </span> <span class="n">base_dir</span><span class="o">=</span><span class="s1">&#39;structure/content&#39;</span><span class="p">,</span>
  903. <span class="gp">... </span><span class="p">)</span>
  904. <span class="go">&#39;/Users/tarek/my_archive.tar&#39;</span>
  905. </pre></div>
  906. </div>
  907. <p>Listing the files in the resulting archive gives us:</p>
  908. <div class="highlight-shell-session notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>python<span class="w"> </span>-m<span class="w"> </span>tarfile<span class="w"> </span>-l<span class="w"> </span>/Users/tarek/myarchive.tar
  909. <span class="go">structure/content/</span>
  910. <span class="go">structure/content/please_add.txt</span>
  911. </pre></div>
  912. </div>
  913. </section>
  914. </section>
  915. <section id="querying-the-size-of-the-output-terminal">
  916. <h2>Querying the size of the output terminal<a class="headerlink" href="#querying-the-size-of-the-output-terminal" title="Link to this heading">¶</a></h2>
  917. <dl class="py function">
  918. <dt class="sig sig-object py" id="shutil.get_terminal_size">
  919. <span class="sig-prename descclassname"><span class="pre">shutil.</span></span><span class="sig-name descname"><span class="pre">get_terminal_size</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">fallback</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">(columns,</span> <span class="pre">lines)</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#shutil.get_terminal_size" title="Link to this definition">¶</a></dt>
  920. <dd><p>Get the size of the terminal window.</p>
  921. <p>For each of the two dimensions, the environment variable, <code class="docutils literal notranslate"><span class="pre">COLUMNS</span></code>
  922. and <code class="docutils literal notranslate"><span class="pre">LINES</span></code> respectively, is checked. If the variable is defined and
  923. the value is a positive integer, it is used.</p>
  924. <p>When <code class="docutils literal notranslate"><span class="pre">COLUMNS</span></code> or <code class="docutils literal notranslate"><span class="pre">LINES</span></code> is not defined, which is the common case,
  925. the terminal connected to <a class="reference internal" href="sys.html#sys.__stdout__" title="sys.__stdout__"><code class="xref py py-data docutils literal notranslate"><span class="pre">sys.__stdout__</span></code></a> is queried
  926. by invoking <a class="reference internal" href="os.html#os.get_terminal_size" title="os.get_terminal_size"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.get_terminal_size()</span></code></a>.</p>
  927. <p>If the terminal size cannot be successfully queried, either because
  928. the system doesn’t support querying, or because we are not
  929. connected to a terminal, the value given in <code class="docutils literal notranslate"><span class="pre">fallback</span></code> parameter
  930. is used. <code class="docutils literal notranslate"><span class="pre">fallback</span></code> defaults to <code class="docutils literal notranslate"><span class="pre">(80,</span> <span class="pre">24)</span></code> which is the default
  931. size used by many terminal emulators.</p>
  932. <p>The value returned is a named tuple of type <a class="reference internal" href="os.html#os.terminal_size" title="os.terminal_size"><code class="xref py py-class docutils literal notranslate"><span class="pre">os.terminal_size</span></code></a>.</p>
  933. <p>See also: The Single UNIX Specification, Version 2,
  934. <a class="reference external" href="https://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html#tag_002_003">Other Environment Variables</a>.</p>
  935. <div class="versionadded">
  936. <p><span class="versionmodified added">New in version 3.3.</span></p>
  937. </div>
  938. <div class="versionchanged">
  939. <p><span class="versionmodified changed">Changed in version 3.11: </span>The <code class="docutils literal notranslate"><span class="pre">fallback</span></code> values are also used if <a class="reference internal" href="os.html#os.get_terminal_size" title="os.get_terminal_size"><code class="xref py py-func docutils literal notranslate"><span class="pre">os.get_terminal_size()</span></code></a>
  940. returns zeroes.</p>
  941. </div>
  942. </dd></dl>
  943. </section>
  944. </section>
  945. <div class="clearer"></div>
  946. </div>
  947. </div>
  948. </div>
  949. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  950. <div class="sphinxsidebarwrapper">
  951. <div>
  952. <h3><a href="../contents.html">Table of Contents</a></h3>
  953. <ul>
  954. <li><a class="reference internal" href="#"><code class="xref py py-mod docutils literal notranslate"><span class="pre">shutil</span></code> — High-level file operations</a><ul>
  955. <li><a class="reference internal" href="#directory-and-files-operations">Directory and files operations</a><ul>
  956. <li><a class="reference internal" href="#platform-dependent-efficient-copy-operations">Platform-dependent efficient copy operations</a></li>
  957. <li><a class="reference internal" href="#copytree-example">copytree example</a></li>
  958. <li><a class="reference internal" href="#rmtree-example">rmtree example</a></li>
  959. </ul>
  960. </li>
  961. <li><a class="reference internal" href="#archiving-operations">Archiving operations</a><ul>
  962. <li><a class="reference internal" href="#archiving-example">Archiving example</a></li>
  963. <li><a class="reference internal" href="#archiving-example-with-base-dir">Archiving example with <em>base_dir</em></a></li>
  964. </ul>
  965. </li>
  966. <li><a class="reference internal" href="#querying-the-size-of-the-output-terminal">Querying the size of the output terminal</a></li>
  967. </ul>
  968. </li>
  969. </ul>
  970. </div>
  971. <div>
  972. <h4>Previous topic</h4>
  973. <p class="topless"><a href="linecache.html"
  974. title="previous chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">linecache</span></code> — Random access to text lines</a></p>
  975. </div>
  976. <div>
  977. <h4>Next topic</h4>
  978. <p class="topless"><a href="persistence.html"
  979. title="next chapter">Data Persistence</a></p>
  980. </div>
  981. <div role="note" aria-label="source link">
  982. <h3>This Page</h3>
  983. <ul class="this-page-menu">
  984. <li><a href="../bugs.html">Report a Bug</a></li>
  985. <li>
  986. <a href="https://github.com/python/cpython/blob/main/Doc/library/shutil.rst"
  987. rel="nofollow">Show Source
  988. </a>
  989. </li>
  990. </ul>
  991. </div>
  992. </div>
  993. <div id="sidebarbutton" title="Collapse sidebar">
  994. <span>«</span>
  995. </div>
  996. </div>
  997. <div class="clearer"></div>
  998. </div>
  999. <div class="related" role="navigation" aria-label="related navigation">
  1000. <h3>Navigation</h3>
  1001. <ul>
  1002. <li class="right" style="margin-right: 10px">
  1003. <a href="../genindex.html" title="General Index"
  1004. >index</a></li>
  1005. <li class="right" >
  1006. <a href="../py-modindex.html" title="Python Module Index"
  1007. >modules</a> |</li>
  1008. <li class="right" >
  1009. <a href="persistence.html" title="Data Persistence"
  1010. >next</a> |</li>
  1011. <li class="right" >
  1012. <a href="linecache.html" title="linecache — Random access to text lines"
  1013. >previous</a> |</li>
  1014. <li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  1015. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  1016. <li class="switchers">
  1017. <div class="language_switcher_placeholder"></div>
  1018. <div class="version_switcher_placeholder"></div>
  1019. </li>
  1020. <li>
  1021. </li>
  1022. <li id="cpython-language-and-version">
  1023. <a href="../index.html">3.12.3 Documentation</a> &#187;
  1024. </li>
  1025. <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
  1026. <li class="nav-item nav-item-2"><a href="filesys.html" >File and Directory Access</a> &#187;</li>
  1027. <li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">shutil</span></code> — High-level file operations</a></li>
  1028. <li class="right">
  1029. <div class="inline-search" role="search">
  1030. <form class="inline-search" action="../search.html" method="get">
  1031. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box" />
  1032. <input type="submit" value="Go" />
  1033. </form>
  1034. </div>
  1035. |
  1036. </li>
  1037. <li class="right">
  1038. <label class="theme-selector-label">
  1039. Theme
  1040. <select class="theme-selector" oninput="activateTheme(this.value)">
  1041. <option value="auto" selected>Auto</option>
  1042. <option value="light">Light</option>
  1043. <option value="dark">Dark</option>
  1044. </select>
  1045. </label> |</li>
  1046. </ul>
  1047. </div>
  1048. <div class="footer">
  1049. &copy;
  1050. <a href="../copyright.html">
  1051. Copyright
  1052. </a>
  1053. 2001-2024, Python Software Foundation.
  1054. <br />
  1055. This page is licensed under the Python Software Foundation License Version 2.
  1056. <br />
  1057. Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
  1058. <br />
  1059. See <a href="/license.html">History and License</a> for more information.<br />
  1060. <br />
  1061. The Python Software Foundation is a non-profit corporation.
  1062. <a href="https://www.python.org/psf/donations/">Please donate.</a>
  1063. <br />
  1064. <br />
  1065. Last updated on Apr 09, 2024 (13:47 UTC).
  1066. <a href="/bugs.html">Found a bug</a>?
  1067. <br />
  1068. Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
  1069. </div>
  1070. </body>
  1071. </html>
上海开阖软件有限公司 沪ICP备12045867号-1