CBinaryFiles

What is CBinaryFiles?

CBinaryFiles is a format used to store an array of file paths pointing to files that will be embedded into the compiled application.

Structure

Size Type Name Description
4 UInt32 Count The length of the next array
... CString[] Binary File Paths An array of file paths, the length is equal to Count