Show last authors
1 === Overview ===
2
3 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.
4
5 = Parameters =
6
7 * fileName : the name of the file to move.
8 * sourceFolder: Name of the source folder where the file is located.
9 * destinationFolder : Name of the target folder within the session where the file will be moved.
10
11 = Uses =
12
13 {{code language="XML"}}
14 <TEST><xsl:value-of select="ixf:MoveFileToJob('fileName','sourceFolder','destinationFolder ')"></xsl:value-of></TEST>
15 {{/code}}
16
17 = =
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian