diff --git a/Help/helps/$isfirstfile.htm b/Help/helps/$isfirstfile.htm new file mode 100644 index 0000000..b8522db --- /dev/null +++ b/Help/helps/$isfirstfile.htm @@ -0,0 +1,82 @@ + + + + + + + + +
+ +Checks to see if the current file is the first file being analzyed in a directory.
+ +returnedBoolean = variableType("$isfirstfile")
+ +returnedBoolean - type: bool
+variableType - type: G
Returns 1 if the current file is the first file, 0 if not.
+ +$inputpath, Special + Variables
+ ++ + + + diff --git a/Help/helps/NLP_PP_Stuff/Special_Variables.htm b/Help/helps/NLP_PP_Stuff/Special_Variables.htm index 60cad41..90e8b4a 100644 --- a/Help/helps/NLP_PP_Stuff/Special_Variables.htm +++ b/Help/helps/NLP_PP_Stuff/Special_Variables.htm @@ -749,6 +749,48 @@
Get current rule number within current pass. NEW 2.0.2.4 +
$isfirstfile
G
Check if is first file processed in a directory. Returns 1 if it is the first file, else 0. + NEW 1.24.0