December 5, 201015 yr The following function works in the Scriptmaster sample file new File( fm_Path ).exists() only it does not produce the right output is if it registered as a function It does if changed to return new File( fm_Path ).exists() Is here a reason why the 'return' needs to be explicitly used when it is not when the code is run in the groovy console nor is it needed according to the Groovy documentation??
Create an account or sign in to comment