Struct SFileDesc#
Defined in File config.h
Struct Documentation#
-
struct SFileDesc#
File description structure.
The file description structure contaions all the information to create the file, including the content. The file is stored in the installation package in a BLOB by using the serialization functions created by the IDL compiler.
Public Members
-
uint64_t uiCreationDate#
Creation date (micro-seconds since 1st January 1970).
-
uint64_t uiChangeDate#
Last change date (micro-seconds since 1st January 1970).
-
bool bAttrReadonly#
Read only file flag when set.
-
bool bAttrExecutable#
Executable file flag when set.
-
u8string ssFileName
File name.
-
uint64 uiCreationDate
Creation date (micro-seconds since 1st January 1970).
-
uint64 uiChangeDate
Last change date (micro-seconds since 1st January 1970).
-
boolean bAttrReadonly
Read only file flag when set.
-
boolean bAttrExecutable
Executable file flag when set.
-
pointer<uint8> ptrContent
The binary content of the file.
-
uint64_t uiCreationDate#