Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List the files in a project
Message
De
21/08/2004 04:05:40
 
 
À
20/08/2004 15:27:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00935004
Message ID:
00935165
Vues:
21
Hi,

You can use the project.Files collection.

hth
-Stefan
? _vfp.ActiveProject.Files["classes.prg"].Name
? _vfp.ActiveProject.Files["classes.prg"].Type
? _vfp.ActiveProject.Files["classes.prg"].Exclude

FOR EACH oFile IN _vfp.ActiveProject.Files
    IF oFile.Type == "D"
        && do something ...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform