#include <fcntl.h>
#include "LgiOsDefs.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.
Functions | |
LgiFunc bool | LgiGetDriveInfo (char *Path, uint64 *Free, uint64 *Size=0, uint64 *Available=0) |
Get information about the disk that a file resides on. |