Open a File for read only.
primitive val OpenFile
new val create() : OpenFile val^
fun box apply( from: FilePath val) : (File ref | FileOK val | FileError val | FileEOF val | FileBadFileNumber val | FileExists val | FilePermissionDenied val)
fun box eq( that: OpenFile val) : Bool val
fun box ne( that: OpenFile val) : Bool val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/files-OpenFile