DataPak_OSExt

Default extension for adding general support for using it as a regular file archival tool. This does not contain user-privilege settings, those will be relegated to another struct.

Members

Functions

name
string name(string val)

Sets the name extension of the file

name
string name()

Gets the name extension of the file

Variables

creationDate
ulong creationDate;

Creation date in 64 bit POSIX time format

field
ulong field;

Unused by default, can store attributes if needed

id
char[6] id;

Identifies that this field is a DataPak_OSExt struct

modifyDate
ulong modifyDate;

Modification date in 64 bit POSIX time format

nameExt
char[200] nameExt;

Stores filename extension + relative path

size
ushort size;

Size of this field

Meta