Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search
Message
From
23/07/2009 07:25:06
 
 
To
23/07/2009 07:08:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Search
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01413906
Message ID:
01413915
Views:
44
No easy way that I know of.

>thank you for reply,
>
>
>
>is there asimple way to get all *.xls at my pc and insert it at new folder
>
>
>>See Thread#1382585
>>
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform