Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FFC - _filer - how to get info after it's found a file?
Message
 
To
18/06/2002 16:52:13
Irv Adams
MSC Managed Care, Inc.
Florida, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00669886
Message ID:
00669928
Views:
11
It's OK I got it!!!
Realised the it should be oFiles...
ie.
with thisform
.filefinder.cFileExpression = oApp.ProdExe
.filefinder.cSearchPath = "c:\"
intFileCount = .filefinder.find(0)
if vartype(.filefinder.oFiles) == "O" then
if intFileCount > 0 then
messagebox("Found " + str(intFileCount) + "(s)")
strPath = .filefinder.ofiles.item(1).path
else
messagebox("No files found...")
endif
endif
endwith
Thanks for your help!
Chris Maiden
Email
Web
Previous
Reply
Map
View

Click here to load this message in the networking platform