Question: How to choose from a file list in a maplet

Basically I just want to have a maplet read a directory and then be able to select a maple file from within the maplet that loads into a new worksheet.

So in a very primitive form

FileTools[ListDirectory]("c:/mymaplefiles")

choose a file and load the file into maple

WORKSHEET_INTERFACE(display,file="c:/mymaplefiles/ the chosen file.mw")

How can this be done in a maplet?

Please Wait...