mob
verb
ImportFile(var/ImportedFile as file)
//Whatever I want to do with the file here...
Problem description:
The above code is just an example but is it possible to specify a file type in the open file dialog that appears? The code always defaults to "any file type" but how would I go about doing it so it defaults to checking for text files or for png files?
Thanks