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
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 details)
File details
Details for the file allfiles-1.0.zip.
File metadata
- Download URL: allfiles-1.0.zip
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0265c4531e2606afea3f975d503bddc91618fdd55d9901430795576c5db14524
|
|
| MD5 |
d25991ebdc6277f60b90057c565f3b2d
|
|
| BLAKE2b-256 |
4f0040c5ce09ea08ad8c7838c10b7815222af2e70466c38b83e99f6092edf254
|