engine_php_rename
Renames a PHP file to a new path while preserving its type: modules remain modules and root scripts remain root scripts.
Instructions
Rename a php file: path is what it is called now, new_path what it becomes. Both stay of one kind - a module (units/...) stays a module, a root script a root script.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| new_path | Yes |