How to pull files from a File Explorer

Is there any way to do this?
I have a VM running a full screen vision window for the up and ups to remote into whenever they want. I was wondering if there’s a way to snag files out of the file explorer?
I have said file on the desktop, but that would require alt-tabbing and I was wondering if I could make it a touch more seamless.
Thanks so much in advance.

There is a File Explorer vision component under the “reporting” category in the designer.
You can set the root directory as well as filetype filters to make selection easier, and the selected path is bound to the “selectedPath” property of the component.

If you’d rather have a full open file prompt that users can navigate with, there is the system.file.openFile() function in scripting, which you could tie to a button press event.

1 Like