FolderOrganization flag group

This flag mask indicates all possible sub folders for structured files.

Lua access code

To access the code of the flags below, append the flag group name and flag name to syslib.model.flags, see an example below.

return syslib.model.flags.FolderOrganization.DAY

Flags

Name Bit Value Description
DAY 3 4 Create a folder for each day
HOUR 4 8 Create a folder for each hour
MINUTE 5 16 Create a folder for each minute
MONTH 2 2 Create a folder for each month
YEAR 1 1 Create a folder for each year