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
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00669886
Message ID:
00669925
Views:
13
Sorry - ignore the code in the previous post bad case of cut paste delete a bit and not checking what's left!!!

Here we are...
local intFileCount, strPath
with thisform
.filefinder.cFileExpression = oApp.ProdExe
.filefinder.cSearchPath = "c:\"
.filefinder.find(0)
if vartype(.filefinder.oFiles) == "O" then
messagebox("Found")
strPath = .filefinder.files.item(1).path
else
messagebox("Not Found")
endif
endwith
Thanks again
Chris Maiden
Email
Web
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform