CreateFile
Open a File for read/write, creating if it doesn't exist, preserving the contents if it does exist.
primitive val CreateFile
Constructors
create
new val create() : CreateFile val^
Returns
- CreateFile val^
Public Functions
apply
fun box apply( from: FilePath val) : (File ref | FileOK val | FileError val | FileEOF val | FileBadFileNumber val | FileExists val | FilePermissionDenied val)
Parameters
- from: FilePath val
Returns
- (File ref | FileOK val | FileError val | FileEOF val | FileBadFileNumber val | FileExists val | FilePermissionDenied val)
eq
fun box eq( that: CreateFile val) : Bool val
Parameters
- that: CreateFile val
Returns
- Bool val
ne
fun box ne( that: CreateFile val) : Bool val
Parameters
- that: CreateFile val
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/files-CreateFile