pathikrit opened this issue 2 years ago · 0 comments
All APIs that do I/O must be invoked with () e.g. instead of file.size do file.size() or instead of file.list it should be file.list()
()
file.size
file.size()
file.list
file.list()