Is it possible to see files with certain extensions with the os.listdir command? I want it to work so it may show only files or folders with .f at the end. I checked the documentation, and found nothing, so don't ask.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
|
|||||||||
|
|
Don't ask what?
If you want to check a list of extensions, you could make the obvious generalization,
or this other way is a little shorter to write:
|
|||||||||||
|
|
There is another possibility not mentioned so far:
Actually this is how the |
|||
|
|
|
||||
|
|