Hello, is there a way to search a folder for certain files containing a wildcard or certain text entered into a text box. Right now all i can get is the whole list of files from a folder using the following code:
lstbox.additems .addrange(IO.di rectory.getfile s("c:\"))
How can i just return only files with matching text as whats in the text Box. Any help will be greatly appreciated. Thanks.
Matt
lstbox.additems .addrange(IO.di rectory.getfile s("c:\"))
How can i just return only files with matching text as whats in the text Box. Any help will be greatly appreciated. Thanks.
Matt
Comment