



I implemented some autonaming system. In case
of
duplicate name in TAP file, prog. will rename it to re.xxx.ZXfilename .
're' may be changed in editbox 'Rename:'. xxx is auto-counter
in range 1 to 255. If begin character is illegal (not A-z, 0-9)
it will be changed to 9. Codes above 127 and below 32 in filenames will
be changed to '?'- to make edit
easier.