use python glob to find a folder that is a 14 digit number

Posted by mikec on Stack Overflow See other posts from Stack Overflow or by mikec
Published on 2010-04-22T16:37:03Z Indexed on 2010/04/22 16:53 UTC
Read the original article Hit count: 375

Filed under:
|

I have a folder with subfolders that are all in the pattern YYYYMMDDHHMMSS (timestamp).

I want to use glob to only select the folders that match that pattern.

© Stack Overflow or respective owner

Related posts about python

Related posts about glob