<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:52:32 +0000</lastBuildDate>
    <item>
      <title>(Python) Locating files throughout a directory tree - brunns</title>
      <link>https://snipplr.com/view/5491/locating-files-throughout-a-directory-tree</link>
      <description>&lt;p&gt;os.walk is a very nice replacement for os.path.walk, which I never did feel comfortable with. There's one very common pattern of usage, though, which still benefits from a simple helper-function; locating all files matching a given file-name pattern within a directory tree.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Mar 2008 13:22:15 UTC</pubDate>
      <guid>https://snipplr.com/view/5491/locating-files-throughout-a-directory-tree</guid>
    </item>
  </channel>
</rss>
