Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting text files based on content
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01526759
Message ID:
01526763
Views:
43
>>How do I delete all text files in c:\texter which have the word KANG in the file contents
>>
>>Thanks
>>
>>Colin
>
>How big are the files? Are they .txt files? Do you want to do this using VFP code?
>
>If so, loop with adir, filetostr, check the string and then delete.

This is my current code which gives me all the files - what does the filetostr line look like and where doe it go?

lnFiles = Adir(arrTextFiles1, 'c:\program files\smartserver3\track\*.txt')
For ix = 1 To lnFiles

Append Blank
Append Memo myMails From ('c:\program files\smartserver3\track\'+arrTextFiles1[ix,1])
Endfor

Thanks

Colin
Specialist in Advertising, Marketing, especially Direct Marketing

I run courses in Business Management and Marketing
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform