Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Overwrite message for every file
Message
From
25/02/2009 11:35:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Overwrite message for every file
Environment versions
Visual FoxPro:
VFP 7
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01384077
Message ID:
01384077
Views:
113
Hi,

I am using the code below to copy files to lcSourceFolder from lcPath.
The problem is I get a message to overwrite files for every file. How can I avoid or say yes just once.


Local lcPath
If Version(2) = 2
lcPath = Justpath(Sys(16, 0))
If Atc('PROCEDURE', lcPath) > 0
lcPath = Substr(lcPath, Rat(':', lcPath) - 1)
Endif Atc('PROCEDURE', lcPath) > 0
Else
lcPath = Addbs(Justpath(_vfp.ServerName))
Endif Version(2) = 2
*return lcPath

lcSourceFolder = Thisformset.frmSecure.text2.Value

Copy File (Addbs(lcSourceFolder) + "*.*") To (lcPath)


Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform