On Nov 30, 2007, at 6:44 AM, McGonegal Robert wrote:

Is there a way using file filters to restrict multi-file searches to files created or modified in the last XX minutes?


I don't know about using File Filters, but you could create a Smart Folder in the Finder that shows all files modified in the last XX minutes and then do a BBEdit multi-file search on the contents of the Smart Folder.

In the Finder, create a new Smart Folder and select Raw Query from the "Other" search attribute options. Then enter this query for finding files modified in the last 30 minutes:

   kMDItemAttributeChangeDate >= $time.now(-1800)

Hope this helps,
Dennis

--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to