Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search
Message
From
23/07/2009 06:29:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Search
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01413906
Message ID:
01413906
Views:
124
hi,
i try as below it works,

is there away to search at c:\all folders and subfolders and hiden folders
SET DEFAULT TO c:\
   lnFileCount = ADIR(laFiles, (thisform.text1.value))&&*.xls,doc.....etc
FOR lnCount = 1 TO lnFileCount
      COPY FILE (laFiles[lnCount, 1]) TO c:\allexcel
ENDFOR
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform