Here's a quick question.
If aFile = File.open("myfile.txt") then why is the syntax for finding out
the file size
File.size(aFile) instead of aFile.size?
This isn't meant as a criticism, I'm just trying to understand the language
and I have very little experience with OO languages.
thanks
ricky