File Export Options
Jump to navigation
Jump to search
These defined constants represent the options you can set for exporting files from Truxton.
| Name | Value | Meaning |
|---|---|---|
TRUXTON_EXPORT_FILE_OPTION_UNKNOWN
|
0 | We don't know what the option is. |
TRUXTON_EXPORT_FILE_OPTION_NAME_FORMAT
|
1 | Sets the pattern for naming output files. |
TRUXTON_EXPORT_FILE_OPTION_FOLDER
|
2 | Sets folder where the exported files should go. |
TRUXTON_EXPORT_FILE_OPTION_TAR
|
3 | Export files to a tar file. |
TRUXTON_EXPORT_FILE_OPTION_UNIQUE
|
4 | Export only unique file contents. |
TRUXTON_EXPORT_FILE_OPTION_META_DATA
|
5 | Include a FileMeta.json file in the output that provides file information.
|