script

This class contains all of the information of the script file.

Overview:

Properties:

API Reference

Name

Returns the script name.

log.info(script.Name)

Type: String


RelativePath

Returns the relative path of the script.

log.info(script.RelativePath)

Type: String


File

Returns the script file.

Type: java.io.File

Last updated

Was this helpful?