10 Dateien
in einem CopyFile will ich ja auch nicht
ReadOnly reicht mir. Wenn das so funktioniert, ists auch ok.
Nur eine letzte Frage:
Ist das CopyFile da an der richtigen Stelle?
Ich habe es auch mal eine Zeile über BackupFile gehabt, funktioniert auch, aber eines davon ist ja bestimmt falsch
Delphi-Quellcode:
if VssContext and VSS_VOLSNAP_ATTR_NO_WRITERS = 0 then
begin
CopyFile(PWideChar(VolList.Strings[0] + 'Windows\explorer.exe'), 'explorer.exe', false); // VolList StringList nur temporär
BackupComplete(True);
end;