Save string on close to patch xml (OpenFileDialog (File) / SetPatch )

Hi, i want to achive functionality i’m really lacking in 4v. Is save selections when u restart the patch. For instance if i use OpenFileDialog (File) i have to re-select all the selections every time i’m restarting the patch, so what i want is somekind of an LTP (String) node witch has OpenFile and plain IO on input, so every time i save the patch, i got the filenames written and saved to that io. I guess this is the nescassary pipeline to achive such functionality in current conditions. Maybe someone around can do that or have some better idea, like creating some s/r buffer, so u can send string directly to an XML with kinda ID witch that SR would read/write in case restart or change? What do u think?

shouldn’t you be able to make a little module for this? using SetIO (String) after the opendialog and probably some switch and onopen…