Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show folder
Message
 
À
19/05/2005 02:51:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Divers
Thread ID:
01015716
Message ID:
01015798
Vues:
18
Try...

#DEFINE PROGRESO 0x100

cOrigen = "c:\DatFire\*.prg"
cDestino = GetDir("","Carpeta destino", "Seleccionar directorio")

If !Empty(cDestino)
oShell = CREATEOBJECT("Shell.Application")
oFolder = oShell.Namespace(cDestino)
oFolder.CopyHere(cOrigen, PROGRESO)
EndIf
David Amador Tapia
WebMaster "La Web de Davphantom"
www.davphantom.net
Cartagena. Colombia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform