Danke für den RAPI-Tipp. Ich habe die genannte rapi.pas jetzt mal in mein Projekt eingebunden und versuche folgendes:
Delphi-Quellcode:
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, StdCtrls,ShellAPI, rapi;
...
CeRapiInit;
CeCopyFile('c:\temp\test.txt','\My Documents\Privat\test.txt',TRUE);
CeRapiUnInit;
Leider ohne Erfolg. Es passiert rein gar nichts. Die Quelldatei existiert, jedoch bin ich mir nicht sicher, wie ich bei der Funktion die Zieldatei angebe.