From a09e595f7e46ecf9b9890b057fe00224747cd857 Mon Sep 17 00:00:00 2001 From: Max Barrass Date: Wed, 18 Sep 2024 01:45:16 +1000 Subject: [PATCH 1/2] Create file-read.html --- components/file-read.html | 95 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 components/file-read.html diff --git a/components/file-read.html b/components/file-read.html new file mode 100644 index 0000000..d36273e --- /dev/null +++ b/components/file-read.html @@ -0,0 +1,95 @@ + + + +
+
+
+
Path
+
Absolute path to the file. The path starts with the ~ char will watch filename in the project's root directory.
+
+
+
Parser
+
+
+ + +The component watches the existence of the file, then reads the content and sends it next. The file will be removed automatically after reading. + + + + + +
+ NAME +
+ + From e0905b55a6f45be6759cb00955291a6ac3ac18b7 Mon Sep 17 00:00:00 2001 From: Max Barrass Date: Wed, 18 Sep 2024 01:45:56 +1000 Subject: [PATCH 2/2] Update file-read.html --- components/file-read.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/file-read.html b/components/file-read.html index d36273e..11be3f2 100644 --- a/components/file-read.html +++ b/components/file-read.html @@ -74,7 +74,7 @@ -The component watches the existence of the file, then reads the content and sends it next. The file will be removed automatically after reading. +The component watches the existence of the file, then reads the content and sends it next.