appdir.bmx 215 B

12345678
  1. ' appdir.bmx
  2. ' requests the user to select a file from the application's directory
  3. Print "Application Directory="+AppDir$
  4. file$=RequestFile("Select File to Open","",False,AppDir$)
  5. Print "file selected was :"+file