Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create folder and copy data into it
Message
De
28/09/2004 16:36:31
 
 
À
27/09/2004 23:15:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00946159
Message ID:
00946917
Vues:
30
Hi Tariq,

Use DIRECTORY() to see if it already exists, then if you don't want to overwrite it skip my code, e.g.
IF DIRECTORY('E:\ACCOUNTS')
   * Do nothing if this is what you want
   * or possibly do something else
ELSE
   * Create the directory and copy files and subdirectories
   * as per your first request
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform