Copyright VirtualSim 2004-2020 - All rights reserved
File Tag
When using TYPE[File], the Dyn-UI will show a button to call the file selector, although the full file path could be entered manually.
With this type, the following tags are needed:
PATH[...] or DIR[...] : directory where the file must be found. If omitted, the file selector will start from the system root.
FILE[...] : default filename to be used (must exist in the directory mentioned above or provide here the full name including the path).
EXT[...] : extension filter, for the file selector only.
This type will need a character string long enough to store the full filename. Do not use char* nor string unless you define your own setter. By default, Dyn-UI uses strcpy.