PDA

View Full Version : Open Files using wildcards (*.pdf)


lbernhardt
07-02-2008, 09:04 AM
Hello

i searched but i found no answer to the question, if it is possible to open Files using wildcards

example *.pdf (the Files have different names but are always in the same directory) and they are the only files in this directory.

Has someone any idea?

Imagine Programming
07-02-2008, 09:25 AM
i'll make you an example:)

Imagine Programming
07-02-2008, 09:31 AM
Here yah go:) if you combine this with Dialog.FolderBrowse you can select a folder, then search it for *.pdf (*.txt in the example) and then put the result in a listbox...:)