Function that returns the script that is located in the specified folder.
"scripts_var" is a variable referencing a Scripts object. |
"scripts_var" is a variable referencing a Scripts object. |
| Type | Description |
| Script | Returns the specified script or null if there isn't a script at the specified path. |
| Name | Type | Description |
| folderPath | string | The full path to the folder that contains the script. This does not include the name of the script, but only the path. For example "C:\Scripts\MyScript" is valid where "C:\Scripts\MyScripts\MyScript.py" is not. |