3 lines
81 B
Groovy
3 lines
81 B
Groovy
|
|
println new File('index.txt').length();
|
||
|
|
println new File('/index.txt').length();
|