From version < 4.20 >
edited by Alexandru Colesnicov
on 2019/10/02 14:20
To version < 4.17 >
edited by Alexandru Colesnicov
on 2019/10/02 14:15
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,8 +18,4 @@
18 18   println ("sfi: variable got its value")
19 19   println ("sfi: Class is " + sfi.getClass().getSimpleName() + " (" + sfi.getClass().getName() + ")")
20 20  
21 - apa = sfi.getAbsolutePath()
22 - println ("apa: variable got its value = " + apa)
23 - println ("apa: Class is " + sfi.getClass().getSimpleName() + " (" + sfi.getClass().getName() + ")")
24 -
25 25  {{/groovy}}