OOF2: The Manual
Name
DataFileFormat — Types of OOF2 data files.
Values
-
script: A fully functioning Python script. Flexible and editable, but insecure. -
ascii: An ASCII file with Python-like syntax that will NOT be parsed by the Python interpreter. Inflexible, editable, but secure. -
binary: A binary file. Inflexible and uneditable, but secure, compact and not subject to round-off error.



