#include <fcntl.h>
#include "GMem.h"
#include "GStream.h"
#include "GArray.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | GDirectory |
Generic directory iterator. More... | |
class | GVolume |
Describes a volume connected to the system. More... | |
class | GDirImpl |
An implementation of GDirectory for the file system. More... | |
class | GFileSystem |
A singleton class for accessing the file system. More... | |
class | GFile |
Generic file access class. More... | |
Functions | |
LgiFunc bool | LgiGetDriveInfo (char *Path, uint64 *Free, uint64 *Size=0, uint64 *Available=0) |
Get information about the disk that a file resides on. |