I want add overwrite dialog in Graphics Converter plugin, but I don't want add new form and duplicate Total's code.
i.e. I call in my plugin function
Code: Select all
function WantOverwrite(FileNameSrc, FileNameDest: string): boolean;
or Total return one of codes (1=Replace, 2=ReplaceAll, 3=Rename etc.) and new filenames to coding all or part of operations myself.
Code: Select all
function WantOverwrite(var FileNameSrc, FileNameDest: string): integer;