Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adir() for Search Results
Message
 
To
26/02/2004 14:43:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00881210
Message ID:
00881218
Views:
15
This comes from the fox help. I also think filer are some look alikes are still around in some of the communities.
*** Instantiate the Filer object
oMyFiler = CREATEOBJECT('Filer.FileUtil')
oMyFiler.SearchPath = HOME() && Home directory
oMyFiler.FileExpression = '*.TXT' && Text file search
oMyFiler.Find(0) && Search, discard last collection
FOR nFileCount = 1 TO oMyFiler.Files.Count
   oMyFiler.Files.Item(nFileCount).Edit && Open files
ENDFOR
>I have done a search on my computer and have almost 1,600
>files in the search. Is there a way to scoop up the search
>into an array or text file, so that I can view it in foxpro?
>Or isn't there something like "filer", that I should use?
>thanks,
>Dan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform