Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List the files in a project
Message
From
21/08/2004 04:05:40
 
 
To
20/08/2004 15:27:22
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00935004
Message ID:
00935165
Views:
22
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 ...
Previous
Reply
Map
View

Click here to load this message in the networking platform