<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <blockquote cite="mid:54A5D49B.8040900@cajuntechie.org" type="cite">
      <pre wrap="">This doesn't seem to work because it's a wildcard filename. What is the
proper way to delete files using wildcards?</pre>
    </blockquote>
    <br>
    You could try glob[1] and then iterate over collected list (it also
    gives you a chance to handle errors like unreadable/not owned by you
    files).<br>
    <br>
    [1] <a class="moz-txt-link-freetext" href="https://docs.python.org/2/library/glob.html">https://docs.python.org/2/library/glob.html</a><br>
    <br>
    <div class="moz-signature">-- <br>
      <img src="cid:part1.09030002.01040008@fuse.pl" height="27"
        width="30"><br>
      Emil Oppeln-Bronikowski <b>|</b> <a class="moz-txt-link-freetext" href="http://fuse.pl">http://fuse.pl</a></div>
  </body>
</html>