Table of Contents
FileIO
These are some handlers which use the fileio xtra, which is one of directors standard xtras, or if available the BuddyApi xtra, for simple file system calls.
Choose file…
Show a file selection dialog and return the path to the selected file as result in the global variable gRetVal.
Choose folder…
Show a folder selection dialog and return the path to the selected folder as result in the global variable gRetVal.
Read text from file…
Read the contents of a selected file and store the result in the global variable gRetVal. If no path to a file is provided a file selection dialog is displayed.
Get file list from folder…
Get all files from selected folder as a list and store the result in the global variable gRetVal. If no path to a folder is provided a file selection dialog is displayed.
Get folder list from folder…
Get all folders from selected folder as a list and store the result in the global variable gRetVal. If no path to a folder is provided a file selection dialog is displayed.
