I'm sure this has been asked before but I can't find it. Using Windows File Explorer, after navigating to the file you seek, you can select the file, right mouse click, and copy the file to the clipboard. This can be done with ui_get_file(). However, I am trying to reduce the user having to execute navigating and searching for files. I know of neither a way to get Alpha to show a single specific file in a folder having many files, nor of xbasic code to get a file to the clipboard making available the file to be pasted into a folder location of the users choice.
I am somewhat left with having to have a temp folder used to copy specific files into, have ui_get_file() to open that temp folder which will have few files for the user to have to select from, have the user perform right mouse click and copy, and then delete the temp folder file selected. Not a bad option, but I though maybe there is something more direct.
Bookmarks