Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CreateEvent question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00890871
Message ID:
00891243
Vues:
18
Hi Ramil,

Check these code samples:

Monitoring changes occurring within a directory (Win2K/XP)
http://www.news2news.com/vfp/?example=400

Monitoring changes in a directory
http://www.news2news.com/vfp/?example=117

Those might work for you, though consider single process/thread limitation for VFP.

The first example uses ReadDirectoryChangesW API function (Win2000/XP).

The second one uses set of API functions and Timer object
FindCloseChangeNotification
FindFirstChangeNotification
FindNextChangeNotification
WaitForSingleObject
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform