Ja2984
Member
- Joined
- Nov 23, 2007
- Messages
- 13
- Programming Experience
- Beginner
Hi i'm currently planning on developing a program that needs to do a wildcard find/search for files of all types (*.lst *.pdf *.tmt ...etc) based on user input.
So e.g.
User input = 12345
Display all files containing that number in the name:
2D12345.pdf
TF12345.lst
TF12345_1.tmt
etc..
I need to search in several different locations on a network and then list the files in a checked list box displaying full file path.
I need the option to then select all or some of the files in the list and then delete those selected.
I'd appreciate any ideas from any one knows a good way to approach this program.
So e.g.
User input = 12345
Display all files containing that number in the name:
2D12345.pdf
TF12345.lst
TF12345_1.tmt
etc..
I need to search in several different locations on a network and then list the files in a checked list box displaying full file path.
I need the option to then select all or some of the files in the list and then delete those selected.
I'd appreciate any ideas from any one knows a good way to approach this program.
Last edited: