| Syntax |
|
| Documentation | $code.copy: Copies all source code including the compiled data from the given application instance into the current one. This works faster than the $code.cloneTempalates and faster than the $code.getTemplateSource/$code.setTemplateSource equivalent because this operation is actually a file copy and all storing and the compilation process can be skipped.
IOException if an io error occures. |
| Examples | |
| $code.copy{1017777287307}{root}{root} | |
| Group | Code |
| Minimum required transaction-mode: | UPDATE |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATIVE |
| Minimum parameters | 3 |
| Maximum parameters | 3 |