Is it possible to write a regular expression for finding a typical file matching pattern in config

Posted by Thinking on Stack Overflow See other posts from Stack Overflow or by Thinking
Published on 2010-04-13T11:45:58Z Indexed on 2010/04/13 11:53 UTC
Read the original article Hit count: 144

Filed under:

Is it possible to write a regular expression for finding a typical file matching pattern.

e.g. File<13/04/2010>.txt should be picked up and not any other file.

i.e. Starting file name will be File followed by some dates and then the file extension.

If so, can we specify this pattern in the config file?

Looking for the solution in C#

Thanks

© Stack Overflow or respective owner

Related posts about c#