Triggers: Difference between revisions

31 bytes added ,  7 October 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 237: Line 237:
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.


=== File Global 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.
Line 245: Line 245:


:; Result
:; Result
:: File object
:: [[#Object File|'''''File'' object''']]


=== Object ''File'' ===
=== Object ''File'' ===