Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copyfile in API
Message
De
15/06/2010 06:50:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Copyfile in API
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01468940
Message ID:
01468940
Vues:
118
If anyone could help:
why wont this code work. I got 0 all the time.
DECLARE INTEGER CopyFile IN kernel32.dll;
    STRING  lpExistingFileName,;
    STRING  lpNewFileName,;
    INTEGER bFailIfExists

? CopyFile("D:\file.txt", "D:\temp\file.txt",0)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform