File driver
Domotcl driver for reading and writing files
Arguments
- path
- The location and name of the file.
Commands
- delete
-
Delete the file
- write str
-
Write the specified string to the file
- writeln str
-
Write the specified string to the file, terminated by a newline.
- rename str
-
Rename the file to the specified new name
|