You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This method takes a string input representing the path to the input file containing the script to be executed.
51
+
* It checks if the file exists, and if not, throws an exception indicating that the input file was not found.
52
+
* If the file exists, it creates a ScriptExecutor object with the input file and executes the script using the execute() method of the ScriptExecutor class.
0 commit comments