I’ve added an extra optional parameter to the filebutton populate() identifier.
populate(“filetype”, “dir”, ignoreVal)
If the ignoreVal is set to 1 it will ignore the last known location and continue to open from the given directory. If set to 0, or left out completely, a filebutton will always open at the last directory the user browsed to.

