The Move operation moves files or folders defined in the path parameter to the folder defined in the targetPath parameter.
Examples
Move folder
The following example shows a sample parameterization of the adapter for the Move operation to move the MyFolder folder to the X4 folder:
|
Parameters |
Value |
|---|---|
|
|
Resources/MyFolder |
|
|
Resources/X4/MyFolder |
Move file
The following example shows a sample parameterization of the adapter for the Move operation to move the MyFile.xml to the MyFolder folder:
|
Parameters |
Value |
|---|---|
|
|
Resources/MyFile.xml |
|
|
Resources/MyFolder/MyFile.xml |