#include <Files.hpp>

Public Types | |
| enum | E_ItemType { ITEM_File = 0x00000001, ITEM_Directory = 0x00000002, ITEM_Any = ITEM_File | ITEM_Directory } |
| enum | E_FileFlags { FILE_Read = 0x00000001, FILE_Write = 0x00000002, FILE_Append = 0x00000004, FILE_Writethrough = 0x00000008, FILE_Overwrite = 0x00000010, FILE_IgnoreReadOnly = 0x00000020 } |
| Flags for files created or opened with the file manager. More... | |
| typedef VOID | ProgressFunction (CONST TCHAR *FileName, FLOAT Progress) |
| A call back function, called to report the progress of a file operation. | |
1.5.3