peelonet / tempearly

Minimal scripting language / templating engine.
2 stars 0 forks source link

File IO Methods #95

Closed jupelius closed 9 years ago

jupelius commented 9 years ago

Adds methods for reading, writing and creating files. Supports both binary and string based data.

File.open() method acts as a initializer for the underlying FileStreamObject class which provides the methods read, write and close.

RauliL commented 9 years ago

Looks good. Nice job. :cherry_blossom: