Opens a dialog that allows the user to choose an existing file on the system.
It reports a string with the absolute file path or false if the user cancels.
file-open user-file ;; Assumes the user will choose a file
Take me to the full NetLogo Dictionary