Files
The Files node () contains a library of data files that you can use in an application. There are no file type restrictions for the files that you can add to this library. The Settings window contains the following section.
List of Files
The list contains all files available for use in an application in the Name column. The Copied from column contains the full path and name of the file that the application copies. You can add an optional description in the Description column. To add a file, click the Add File to Library button, which opens a file browser where you can select and add a file to the list. Click any of the column headers to sort the list based on that column. There are three sorting modes: alphabetical, reverse alphabetical, and the original list order. All table cells are editable.
Use the Move Up (), Move Down (), and Delete () buttons to edit and arrange the list of files. Click the Replace File button () to select a new file to replace an existing entry in the table. The replace changes the file data only; the name of the entry remains unchanged. Click the Export Selected File button () to save the selected file in the library to the file system. Click the Clear the Copied from Column button () to remove the contents from all table cells in the Copied from column.
In the application, you can refer to a file that you have added using embedded:///data.txt, for example (to refer to the file data.txt). See File Schemes and File Handling for more information about the embedded file scheme.