FilesN
The FilesN sections, where N is between 1 and 5, should have entries consisting of
a unique name, and a string value consisting of various fields.
The FilesN section details files which should be copied
to a destination directory.
The value consists of fields as follows:
- Source file name
- Destination file name
- Source directory number (corresponding to an entry in the SourceDirs
section)
- Destination directory number (corresponding to an entry in the Directories
section)
- Disk number (corresponding to an entry in the Disks section)
- Y or N specifying compression or no compression (internal method).
Instead of Y, you can specify a name as found in the Decompressors section.
In this case, the external method will be invoked. Some other methods give
better compression ratios, which can be crucial when trying to fit files
onto a minimal number of disks.
For example:
[Files1]
ReadMe=readme.txt readme.txt 1 1 1 N
Test File=test.zip test.txt 1 1 1 PKZIP