Marcus Agehall (PacketFront) @ Pike (-) developers forum wrote:
To be frank, that wasn't obvious from your initial post. To solve bugs, it is important to state versions correctly. If you know something is broken in CVS-current but wasn't a month ago, say that instead of inventing versions that doesn't exist.
Yes.
Back to the problem: What does file->stat() result in 7.6 CVS-current?
object file = Stdio.File("/tmp/toto"); file->stat()->size;
(1) Result: 17592186044416
file->stat();
(2) Result: Stat(drwxr-xr-x 17592186044416b)
/ David