Executes a Python script residing in a file.
| Number | Type | Compulsory | Default | Description |
| 1 | String | Yes | File path | |
| 2 | String array | No | Empty | Script arguments |
File path
Script arguments which can be retrieved in the Python code using system variable sys.argv[]. sys.argv[0]
| ▲Function Summary▲ | ||
| ◄ PythonDefaults | PythonExecString ▶ | |