Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting text files based on content
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01526759
Message ID:
01526763
Vues:
44
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform