Can someone help please!

I need to search for a different set of strings like: 'fummy' or 'users' or 'logon' from a directory like this:

C:\mycase\Nic..\

A Text document is stored in there LIKE:
544, Text Document, 45, 588 KB

Can some help to write a script or python program to seach for this text strings

Thanks

Fummy

You are going to need to walk through the directory and use functions in the string library to find certain strings. I found an example at this link of what you are looking for.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.