Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show folder
Message
 
 
To
19/05/2005 02:51:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01015716
Message ID:
01015798
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform