Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- When a source_file argument specifies a directory and the recusive=true argument is specified
- then the following JS7 JITL File Operation jobs support recursion:
- CopyFileJob, RemoveFileJob, RenameFileJob
- the FileExistJob/FileNotExistJob jobs do not support recursion.
- then the following JS7 JITL File Operation jobs support recursion:
Desired Behaviour
- The FileExistJob/FileNotExistJob jobs should support recursion.