Skip to main content

Iterate matched files in directory trees

Project description

allfiles privites functions which iterate files or directories in direcotory trees. The code of allfiles is almost a recipe 2.17 “Walking Directory Trees” in Python Cookbook, 2nd Edition. However, it is modified as my wish.

Example

::
>>> from allfiles import allfiles
>>> allfiles('C:\Python32\lib')
<generator object allfiles at 0x02C8A2B0>
>>> for f in allfiles('C:\Python32\lib'):
...     print(f)
...
C:\Python32\lib\abc.py
C:\Python32\lib\aifc.py
C:\Python32\lib\antigravity.py
C:\Python32\lib\argparse.py
C:\Python32\lib\ast.py
C:\Python32\lib\asynchat.py
C:\Python32\lib\asyncore.py
C:\Python32\lib\base64.py
C:\Python32\lib\bdb.py
C:\Python32\lib\binhex.py
   (and more files...)

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

allfiles-1.0.zip (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page