script
This class contains all of the information of the script file.
Overview:
Properties:
API Reference
Name
NameReturns the script name.
log.info(script.Name)Type: String
RelativePath
RelativePathReturns the relative path of the script.
log.info(script.RelativePath)Type: String
File
FileReturns the script file.
Type: java.io.File
Last updated
Was this helpful?