Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Backup routine to VFP 9
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01141498
Message ID:
01141641
Views:
34
>Yes, good idea but...
>I have many dbf, cdx and fpt files in the folder, any idea on how to get all this files automatically ?

See XDIR Recursive Directory Scan File #25487. You can use COPY TO to copy whole table
..
SELECT 0
USE (lcTableName)
COPY WITH CDX TO (lcBackupPath + lcTableName)
USE
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform