is there a way, to know the Filename is used in NON-overwrite-mode ?
Because I want to show a Preview of the created Image, I have to know the Name.
In overwrite-mode, there is no Problem ( just 1 Name ),
but using NON-overwrite-mode, I getting Filenames like Image1_1.jpg, Image1_2.jpg ...
The counter detects the last used number.
Sample :
cOldfile = Image1.jpg
cNewfile := _Image1.jpg
the next created Files would have Names : _Image1_1.jpg, _Image1_2.jpg ......
xBase-Syntax :
cScript := '-quiet -o ' + cNewfile + ' -swirl ' + ALLTRIM(STR(nSwirl)) + ' -overwrite ' + cOldfile
Is there a way, to know the new defined Filename ?
Best Regards
Uwe
