Open
Description
Actions should be able to assume that passed target path always exists. This would reduce bloat code in actions implementation.
Implementation could invoke .: contains <target-path>
just before actual action invocation (<target-path>: <action>
) or use common method (from ActionExecutor
interface?)