List of all members.
Public Member Functions |
bool | FileOpen (DOS_File **file, const char *name, Bit32u flags) |
bool | FileCreate (DOS_File **file, const char *name, Bit16u attributes) |
bool | FileUnlink (const char *name) |
bool | RemoveDir (const char *dir) |
bool | MakeDir (const char *dir) |
bool | TestDir (const char *dir) |
bool | FindFirst (const char *_dir, DOS_DTA &dta, bool fcb_findfirst) |
bool | FindNext (DOS_DTA &dta) |
bool | SetFileAttr (const char *name, Bit16u attr) |
bool | GetFileAttr (const char *name, Bit16u *attr) |
bool | GetFileAttrEx (char *name, struct stat *status) |
unsigned long | GetCompressedSize (char *name) |
bool | Rename (const char *oldname, const char *newname) |
bool | AllocationInfo (Bit16u *_bytes_sector, Bit8u *_sectors_cluster, Bit16u *_total_clusters, Bit16u *_free_clusters) |
bool | FileExists (const char *name) |
bool | FileStat (const char *name, FileStat_Block *const stat_block) |
virtual void | MediaChange () |
Bit8u | GetMediaByte (void) |
void | EmptyCache (void) |
bool | isRemote (void) |
virtual bool | isRemovable (void) |
virtual Bits | UnMount (void) |
virtual char const * | GetLabel (void) |
Detailed Description
Definition at line 700 of file drives.h.
The documentation for this class was generated from the following files: