From 77b24813b18eb6df5b3598237b68315a20be7b0d Mon Sep 17 00:00:00 2001 From: Eric Oulashin <eric.oulashin@gmail.com> Date: Wed, 25 Oct 2023 09:23:19 -0700 Subject: [PATCH] DD File Lister readme: Removed inclusion of "Scan Dirs" in line saying it could be used for such (it should be used only as the List Files loadable module) --- xtrn/ddfilelister/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtrn/ddfilelister/readme.txt b/xtrn/ddfilelister/readme.txt index 08ec719641..937668fd72 100644 --- a/xtrn/ddfilelister/readme.txt +++ b/xtrn/ddfilelister/readme.txt @@ -109,7 +109,7 @@ for example. One way to install ddfilelister.js is to run it directly from your command shell. Also, as of Synchronet 3.20 (built on February 25, 2023 and newer), there are a couple of loadable module options in SCFG for file operations; -ddfilelister.js can be used as a loadable module for Scan Dirs and List Files. +ddfilelister.js can be used as a loadable module for List Files. The advantage of having ddfilelister.js set up as a loadable module is that ddfilelister.js will be used from standard command shells and using the standard file list/search commands/functions. @@ -353,4 +353,4 @@ Synchronet's ctrl directory): - SearchStringPrompt (76) - NFilesListed (168): This string will be blanked if the file lister is used as a loadable module and the blankNFilesListedStrIfLoadableModule configuration - setting is true \ No newline at end of file + setting is true -- GitLab