Searching file on disk

  • Thread starter Thread starter Jovo Mirkovic
  • Start date Start date
J

Jovo Mirkovic

Hi,

How I can find all files on my disk which meets next criteria:
- it is Word doc
- it is smaller then 100K
- Author = "John Smith"
- DocType = "test" <- Custom properties

Thanks,

Jovo
 
You mean that I must every time open all files to read properites? :(
 
Jovo,
You mean that I must every time open all files to read properites? :(

Did I write that, you dont have to open it only when you want to know the
author.
First you can use the fileinfo class in my opinion.

Cor
 
Thanks to all, especially to Herfried, that is it!

Jovo Mirkovic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top