Go to the source code of this file.
Namespaces | |
namespace | toolbox |
Defines | |
#define | DU_FALLFLAGS 0x3F |
Specifies all flags. | |
#define | DU_FARCHIVE 0x20 |
The file has its archive flag set. | |
#define | DU_FDIRECTORY 0x10 |
The file is a directory. | |
#define | DU_FHIDDEN 0x02 |
The file has its hidden flag set. | |
#define | DU_FNOFLAGS 0x00 |
Specifies no flags. | |
#define | DU_FREADDONLY 0x01 |
The file has its read only flag set. | |
#define | DU_FSYSTEM 0x04 |
The file has its system flag set. | |
#define | DU_INVALID -1 |
Indicates, that the value is invalid. |
|
Specifies all flags. This value is useful when using the Directory::ReadFrom methods. Definition at line 42 of file Directory.h. |
|
The file has its archive flag set.
Definition at line 36 of file Directory.h. |
|
The file is a directory.
Definition at line 31 of file Directory.h. |
|
The file has its hidden flag set.
Definition at line 21 of file Directory.h. |
|
Specifies no flags. This value is useful when using the Directory::ReadFrom methods. Definition at line 48 of file Directory.h. |
|
The file has its read only flag set.
Definition at line 16 of file Directory.h. |
|
The file has its system flag set.
Definition at line 26 of file Directory.h. |
|
Indicates, that the value is invalid.
Definition at line 53 of file Directory.h. |