Question |
How can I handle wildcards such as *.* and *.txt in a console application? |
Answer |
This is a lot simpler to do that you might think. Instead of parsing the wildcard and then doing findfirst, etc.
All you need to do is link in the file |
Last Modified: 30-JAN-01