8000 LocalFileSystemSender · frankframework/frankframework Wiki · GitHub
[go: up one dir, main page]

Skip to content

LocalFileSystemSender

BonnoSmeele edited this page Oct 14, 2024 · 1 revision

delete a file:

example with iterator:

		<ForEachChildElementPipe name="IterateActions" ignoreExceptions="true" elementXPathExpression="manageFileSystemREQ/*">
			<LocalFileSystemSender name="IterateInputAction">                    
				<Param name="action" xpathExpression="local-name(*)" />
				<Param name="inputFolder" xpathExpression="*/inputFolder" />
				<Param name="destination" xpathExpression="*/destination" />
				<Param name="filename" xpathExpression="*/filename" />
				<Param name="contents" xpathExpression="*/contents" />
				<Param name="file" xpathExpression="*/file" />
			</LocalFileSystemSender>
			<Forward name="success" path="ManageFileSystemRLY" />
		</ForEachChildElementPipe>

Clone this wiki locally

0