diff options
Diffstat (limited to 'FAQ-cd.txt')
-rw-r--r-- | FAQ-cd.txt | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -794,12 +794,14 @@ A: First of all, my LUA distribution is the 5.0, slightly modified. The basic be automatically be followed by ";1" when dumping, so you don't have to put it anywhere. - :close([cuefile[, mode]]) + :close([cuefile[, mode[, nsectors]]]) Will finalize the isofile, by dumping all the necessary structures. The argument 'cuefile' is eventually a handle pointing to an output file where the ".cue" file used for cdrwin will be put, but this feature is not yet - enabled. And mode is there to override the default iso mode, as usual. + enabled. mode is there to override the default iso mode, as usual. And + nsector, which is defaulted to -1, will override the number of sector field + written in the TOC (defaults to :getdispsect()) SO, you should only need that. But I also added some methods that you may want/need/etc... |