Changes for page MoveFileToJob
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
edited by Outhman Moustaghfir
on 2024/02/21 10:46
on 2024/02/21 10:46
edited by Outhman Moustaghfir
on 2024/02/21 10:43
on 2024/02/21 10:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -= Overview = 1 +=== Overview === 2 2 3 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 4 ... ... @@ -5,7 +5,7 @@ 5 5 = Parameters = 6 6 7 7 * fileName : the name of the file to move. 8 -* sourceFolder: Name of the source folder where the file is located. (e.g., in 'Data\ENV\iXPath\xsl,' the source folder is 'xsl').8 +* sourceFolder: Name of the source folder where the file is located. 9 9 * destinationFolder : Name of the target folder within the session where the file will be moved. 10 10 11 11 = Uses =