J
Jeff Williams
I have a list of file names I need to parse and check if they match a
valid expression.
I want this to work like you were listing a directory.
ie
*.doc dhows all doc
*.* shows all documents
*doc shows all those ending with doc
?abc.doc would show documents aabc.doc, babc.doc etc
etc
valid expression.
I want this to work like you were listing a directory.
ie
*.doc dhows all doc
*.* shows all documents
*doc shows all those ending with doc
?abc.doc would show documents aabc.doc, babc.doc etc
etc