File Writer
This is a very simple component which writes out files.
The user interface
Out of the box the only configuration option is the directory to write to:
![]()
How does it work?
It writes out files with the following naming convention:
YYYYMMDD_guid.txt
You can easily customize the component to use what ever naming convention you would like it to use.
The source code
The source code is here:
https://bitbucket.org/interfaceware/file_writer/src/main/main.lua
As you can see it is deliberately simple to make the code simple to modify to more custom requirements.
Help! I don't know how to modify it!
Reach out and talk with us.
We are genuinely interested to talk and understand what you need.
We are here to help.
See File Reader to understand the design choices here.