QFile Class Reference
The QFile class provides system-independent file access and
related functions.
(details)
(complete member list)
#include <qfile.h>
Inherits QIODevice.
Public Members
- QFile ()
- QFile (const char* fileName)
- ~QFile ()
- char* fileName () const
- bool setFileName (const char* fileName)
- bool exists () const
- bool isRegular () const
- bool isDirectory () const
- bool isSymLink () const
- bool remove (const char* fileName=0)
- bool open (int)
- bool open (int, FILE*)
- bool open (int, int)
- void close ()
- void flush ()
- long size () const
- long at () const
- bool at (long)
- int readBlock (char* data, uint len)
- int writeBlock (const char* data, uint len)
- int readLine (char* data, uint maxlen)
- int getch ()
- int putch (int)
- int ungetch (int)
Static Public Members
- bool exists (const char* fileName)
The QFile class provides system-independent file access and
related functions.
This class is not yet documented. Our home page contains a pointer to the
current version of Qt.
This file is part of the Qt toolkit,
copyright 1995
Troll Tech, all rights reserved.
It was generated from the following files:
- qfile.h: 1995/02/07
- qfile.cpp: 1995/05/15
Generated at 04:27, 1995/05/20 by the webmaster at Troll Tech