Add stat instance method to File.

This commit is contained in:
Bob Nystrom
2016-02-21 10:18:45 -08:00
parent 3101d9c499
commit b331915259
7 changed files with 88 additions and 43 deletions
-1
View File
@@ -1,5 +1,4 @@
import "io" for File
import "scheduler" for Scheduler
var file = File.open("test/io/file/file.txt")
System.print(file.size) // expect: 19