ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

FileSystem API #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
we need to take the avmplus.FileSystem class from earlier versions and port it 
to v0.4

Original issue reported on code.google.com by zwetan on 20 Aug 2014 at 9:29

GoogleCodeExporter commented 9 years ago
in our 3 layers of API (POSIX / Native / Flash) this is the 2nd step to testing 
how it can work

the POSIX API should assure us a cross-platform compatibility
and be able to move pretty fast on an implementation (mainly AS3 glue code btw)

but we may need to add other Native API related to the filesystem
and not already covered by the POSIX API

Original comment by zwetan on 20 Aug 2014 at 9:34