Jump to content

File search function - whats the best way?


realWasabi

Recommended Posts

Hi

 

I'm trying to write a script that searches through files in a folder and return the filenames matching the search criterias. It needs only read the filenames, and not the file contents (.pdf files).

 

All the files are formatted like this:

street name,housenumber,cust name,casetype,casenumber,archivedate.pdf

(notice that the streetname+custname may contain spaces.)

 

I need to be able to search freely on one or more criterias - while also using * as a wildcard (fx. searching for street* instead of full streatname)

 

So far I have been using if statements to return search results, but as more and more files are being added (700+ at the moment), along with the large number of criterias, this does not seem like the most efficient way to do this - nor does it seem like the "correct" way.

 

What would be the best way to go about this?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.