By using the Component Scripting - mouseReleased - Script Editor
path = system.file.openfile()
I have been able to get the following popup.
Now what I want is for the selected File's path to be inserted into the original Text Component's Text Property (properly formatted for Ignition).
Like this -
Any and all input is appreciated.
The following script works perfectly.
path = system.file.openFile()
if path != None:
event.source.text = path
We now use the following for this type application.