Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get Filename from File Handle
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows Server 2008
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01580517
Message ID:
01580535
Vues:
44
Hi Fred,

Not exactly a solution but somewhat close -- Using File Mapping for enumerating files opened by Visual FoxPro
http://www.news2news.com/vfp/?example=473

This routine enumerates all files opened in current VFP session.

* * *
CreateFileMapping API function operates with system file handles. As far as I know, VFP file handles (i.e. returned by FOPEN()) are pseudo-handles. And the relation between them and the system files handles is kept hidden from developers.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform