shangrilla
Programmer
How can I get the getfile() or something similar to show files in the following manner:
All files && show all file types
*.txt && show only .txt files
*.doc && show only .doc files
Right now I am doing this
GETFILE ('Extentions(txt,doc):txt,doc','Select File','Browse',0)
All files && show all file types
*.txt && show only .txt files
*.doc && show only .doc files
Right now I am doing this
GETFILE ('Extentions(txt,doc):txt,doc','Select File','Browse',0)