HELP: Single binary file TYPE: OBJECT SYNTAX: FILE(NET.{},NAME/FILE='str',OVERWRITE)
Use single binary flat file as archive format for write.
The file can be specified in the form of a URL in order to write the archive remotely. The NET overlay is also available for this purpose. The file name can be supplemented here with a number in parenthesis, which is ignored in this case. This means that a new version/generation is always written unless the OVERWRITE switch is set, which forces the archive to be deleted before writing. Another switch can be used to force the flush of the data so that you can be sure that everything has been written. The NOMKDIR switch can be used to prevent the creation of directories for the file, which would otherwise be done automatically. You can also define the access rights and determine the sizes for internal buffering.
STRING: NAME/FILE='str' - Name of FLAM file to write [required]
SWITCH: OVERWRITE - Overwrite an existing archive [FALSE (append)]