MoveFileToJob
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
Overview
The MoveFileToJob function is designed to move a file from a specified user path to a designated session path. This functionality is particularly useful in scenarios where files need to be organized or processed within a specific job or session context.
Parameters
- fileName : the name of the file to move.
- sourceFolder: Name of the source folder where the file is located.(e.g., in 'Data\ENV\iXPath\xsl,' the source folder is 'xsl').
- destinationFolder : Name of the target folder within the session where the file will be moved.
Uses
<TEST><xsl:value-of select="ixf:MoveFileToJob('fileName','sourceFolder','destinationFolder ')"></xsl:value-of></TEST>