The Java NIO API provides useful standard open options[1] for file operations. At the moment Ringo only supports READ, WRITE, APPEND. Ringo could also provide shortcuts / options for CREATE, CREATE_NEW, DELETE_ON_CLOSE, SPARSE, TRUNCATE_EXISTING.
[1] http://docs.oracle.com/javase/7/docs/api/java/nio/file/StandardOpenOption.html
The Java NIO API provides useful standard open options[1] for file operations. At the moment Ringo only supports
READ, WRITE, APPEND. Ringo could also provide shortcuts / options forCREATE, CREATE_NEW, DELETE_ON_CLOSE, SPARSE, TRUNCATE_EXISTING.[1] http://docs.oracle.com/javase/7/docs/api/java/nio/file/StandardOpenOption.html