Setting a default folder in UI Field

I’m using a few fields in a UI where a user will pick a file. I would like to maintain separate default folders for each field in the UI.

What’s happening presently is I choose a font, all good, then when I go to choose a photo, the browser looks to the previous font folderin windows. It seems to always look in the last place I was in, but I want each browser to look to it’s own default location in windows.

I’m using from the palette: ui/ tuik/textfields/browser

Can anyone help me configure this palette component to act independently from each other?

Windows does a lot of this automatically but you can override. If you save the last path the file chooser was open to then you can force it to open there using ui.chooseFile(start=path)
derivative.ca/wiki099/index … e=UI_Class

Sorry, there is no control over built-in parameter file browsers if that was what you were referring to when you said “UI”.