CreateFile¶
Open a File for read/write, creating if it doesn't exist, preserving the contents if it does exist.
Constructors¶
create¶
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¶
Parameters¶
- that: CreateFile val
Returns¶
- Bool val
ne¶
Parameters¶
- that: CreateFile val
Returns¶
- Bool val