94208647ab
Test File.stat() on a directory.
2016-01-01 10:05:31 -08:00
5cd8a06fa0
File.stat().
2016-01-01 09:58:44 -08:00
b054526df8
Add an optional offset to File.readBytes().
2015-12-30 08:13:19 -08:00
ed6fad6153
Get rid of fiber for finalizers.
...
Instead, finalizers just get access to the foreign object's raw bytes.
This is deliberately limiting, since it discourages the user from
interacting with the VM in the middle of a GC.
2015-12-28 08:06:29 -08:00
b7ed774da3
Reading files!
...
- File.close()
- File.open()
- File.read()
- file.readBytes()
And a few other little methods. Still lots more work to do, but it's a
start.
2015-09-30 21:13:36 -07:00
dc527c8d86
Add "io" module with beginnings of a File class.
2015-09-16 07:34:49 -07:00