
STRING LOADER / STRING SAVER (GUI)
----------------------------------

Allow load and saving, respecively, of strings to/from a text file.

NOTE:
A file name without path will be located inside the plugin folder (plugin only).
However, you can specify the full path of the file on your hard disc; if such file can't be located at the original path (eg. by a plugin user), it will be located in the plugin folder. This makes embedding files easy, in conjunction with "Copy additional files" feature in the Export dialog.



.String - input/output for the string to be saved/loaded to disc

.Trigger - triggers loading/saving when set to true, if a valid string is present and a valid filename is
           specified. You may want to connect this pin to the OK output of a File Requester GUI module.
	   The FileName pin containing a non-empty string will be used. In case both are set to non-empty
	   strings, the last pin set will be used.

.Auto Trigger - enables automatic loading/saving when the file name is set (or also when the input string is
                set, saver only). Note that the manual Trigger pin is always operational, no matter the
		Auto Trigger setting. Since SE does not transmit any pin update if a pin (in this case the
		Filename pin) is set with a same value twice, when using a File Requester it is advisable
		to also connect its User OK pin to the Trigger pin, or to connect the Trigger pin on a
		manual "Reload" or "Rewrite" button, depending on design

.File Name - file name of the text file to be loaded/saved containing the string. You may want to
             connect the FileName output of a FileRequester GUI module to this pin. For convenience
             two File Name pins have been provided on both sides.
