Transfer of folder



Hi

Who can explain me why the order in Delphi 6 with family win XP runs

MoveFile ( Pchar('C:\A\'+name),Pchar(C:\AA\'+name));

but

MoveFile ( Pchar('C:\A\'+name),Pchar('F:\Om\ZZ\'+name));

doesn't run ?

Thanks

____________________________

Bonjour

Qui peut m'expliquer pourquoi la commande en delphi 6 sous win XP familial

MoveFile ( Pchar('C:\A\'+name),Pchar(C:\AA\'+name));

marche, mais

MoveFile ( Pchar('C:\A\'+name),Pchar('F:\Om\ZZ\'+name));

ne marche pas ?

Merci