Hi there,
One of the threads in the OSX area was asking if it's possible to remove items from the today, yesterday and last week canned searches in the sidebar of all of the finder windows. I had a look at the XML and it queries the spotlight metadata for kMDItemLastUsedDate.
What I'd like to know is if there's anything in the cocoa framework (or maybe somebody has already made an app) to insert a fake value for kMDItemLastUsedDate into the metadata.
I have tried looking, but although I've done a little Cocoa programming I'm not really sure where to look.
One of the threads in the OSX area was asking if it's possible to remove items from the today, yesterday and last week canned searches in the sidebar of all of the finder windows. I had a look at the XML and it queries the spotlight metadata for kMDItemLastUsedDate.
What I'd like to know is if there's anything in the cocoa framework (or maybe somebody has already made an app) to insert a fake value for kMDItemLastUsedDate into the metadata.
I have tried looking, but although I've done a little Cocoa programming I'm not really sure where to look.