Re: Transfer of folder
jg07 wrote:
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 ?
What exactly do you mean with "doesn't run"? It doesn't move the file?
Does the directory F:\Om\ZZ exist? If not, you'll first have to use
ForceDirectories to create it.
--
Rudy Velthuis
http://rvelthuis.de
"Pardon him, Theodotus; he is a barbarian, and thinks that the
customs of his tribe and island are the laws of nature."
-- George Bernard Shaw
.
Relevant Pages
- Re: Guidelines please
... IanH wrote: ... > that the people setting the direction for Delphi do not understand the ... or the nature of the market it is in. ... Prev by Date: ... (borland.public.delphi.non-technical) - Re: ICE License v2.5 - Protect your software for Windows Vista!
... If I remember when Delphi 2006 has been released and I wish to get my ... The nature of the changes, as you mentioned, in V2.5, however, does IMO ... qualify for an upgrade for about 69 EUR. ... Does the Vista support in V2.5 mean that the current version 2.0.x will ... (borland.public.delphi.thirdpartytools.general) - Re: Thanks for the *good* news!
... Brian Moelk wrote: ... Also the nature of their discussions ... level of debate here from 'the sky is falling down, Delphi is doomed' ... The only thing you missed out on was an explanation of what Pat 'Red ... (borland.public.delphi.non-technical) - Re: Interesting: Delphi goes up, C# goes down
... I like the nature of Pascal that it wants precise type declaration at the top of the function or procedure bodies or - in Delphi - in the interface part of the unit. ... (borland.public.delphi.non-technical) - Re: The Galileo IDE
... > ancestor public in the descendant, ... In Delphi for .NET, ... "The power of accurate observation is frequently called cynicism by ... George Bernard Shaw ... (borland.public.delphi.non-technical) |
|