<h2 id="How-to-list-all-files-in-a-directory">How to list all files in a directory<a class="anchor-link" href="#How-to-list-all-files-in-a-directory">¶</a></h2><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">os</span>
<h2 id="list-only-files-of-a-given-extension">list only files of a given extension<a class="anchor-link" href="#list-only-files-of-a-given-extension">¶</a></h2><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">os</span>
<h2 id="construct-filenames-with-other-files-and-a-different-path">construct filenames with other files and a different path<a class="anchor-link" href="#construct-filenames-with-other-files-and-a-different-path">¶</a></h2><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">os</span>