Triggers: Difference between revisions

No change in size ,  6 October 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 234: Line 234:
To work with the files, the library should have read/write file access.
To work with the files, the library should have read/write file access.


=== Global File Functions ===
=== File Global Functions ===
==== file(name) ====
==== file(name) ====
Open a file for read or write operations. If the file with the specified name does not exist yet, it will be created.
Open a file for read or write operations. If the file with the specified name does not exist yet, it will be created.