hallo,
laut Online -Hilfe (MS)
Note This string must be double-null terminated.
das gilt für quelle und ziel
das scheint bei pa nicht der Fall zu sein.
ich habs mal so umgesetzt. (auszug)
Delphi-Quellcode:
source_file:= src_file+#0#0;
destination_file:= dest_file+#0#0;
with SHFOS do begin
Wnd:=0;
pFrom:=PChar(source_file);
pTo:=PChar(destination_file);
vielleicht hilft's
gruß