Triggers: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 230: Line 230:


== Working with files ==
== Working with files ==
With scripts you can read or write files located in the device's internal memory or on the SD card. All file operations are performed by the File object, which is obtained through a method call file().
With scripts you can read or write files located in the device's internal memory or on the SD card. All file operations are performed by the File object, which is obtained through a function called file().


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.