Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy files only and not folders
Message
De
20/02/2009 10:01:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Copy files only and not folders
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01383073
Message ID:
01383073
Vues:
106
Hi,

Can someone help me with code to copy only the files between folders and not copy folders.

Code below copies folders and files

lcSourceFolder = cTxt2
lcDestinationFolder = cTxt3

#define OverWriteFiles .t.
loFSO = CreateObject("Scripting.FileSystemObject")
loFSO.CopyFolder (lcSourceFolder , lcDestinationFolder , OverWriteFiles)


Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform