CFile.file

Property to get or set the underlying file for this stream. Setting the file marks the stream as open.

  1. FILE* file [@property getter]
  2. FILE* file [@property setter]
    class CFile
    @property
    void
    file
    (
    FILE* cfile
    )

Meta