Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to tell if a CSV file is locked by another applicati
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01042704
Message ID:
01042709
Vues:
21
This message has been marked as the solution to the initial question of the thread.
Something like this:
lnfp=fopen(fullpath("yourfile.csv"),12)
if lnfp > 0
    =fclose(lnfp)
else
   *in use somewhere
endif
>Hi
>
>How can I tell if a CSV file is locked by anmother application?
>
>Thanks
>
>Colin Northway
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform