Expanded AngelScript File Handling

Request New Features here.
mbowdich
Posts: 209
Joined: Tue Oct 05, 2010 10:54 am

Expanded AngelScript File Handling

Post by mbowdich » Tue Jul 12, 2011 12:22 pm

Re: Writing to a file and sending to USB Pen Drive
by ksaenz » Mon Mar 28, 2011 8:03 am

The Angelscript file object found here:
http://www.angelcode.com/angelscript/sd ... _file.html
is supported, you can use that.
You files need to be in this directory: “/fs/etfs/script”
ksaenz
This post infers that all of the file handling is supported, but it appears that only the string handling is supported. Support for Int, Uint, Float, and Double would be helpful.