Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy file
Message
From
02/05/2003 04:49:03
 
 
To
02/05/2003 04:27:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00784013
Message ID:
00784018
Views:
19
>hi,all
>
> please your solution .. :)
>
>myapp -> A directory
>target -> B Directory
>destination -> C directory
>
>
>Can I copy from target to destination with command copy to or use copyfile (win api)
>

Wahyu, I am not sure what you are asking but VFP COPY FILE command allows wildcards and can copy files from one location to another.
cSrc_Files = "C:\AFolder\*.*"
cDst_Files = "C:\BFolder\*.*"

COPY FILE ( cSrc_Files ) TO ( cDst_Files )
HTH
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform