script property

File? script
getter/setter pair

When the process represents the invocation of a script, binary provides information about the interpreter, while script provides information about the script file provided to the interpreter.

Implementation

File? script;