i need button which will hide all files in folder older than 3 hours (for example).. how can i do that? i think it must be filter..
well.. help me plz.
TIA!
i need button which will hide all files in folder older than 3 hours (for example).. how can i do that? i think it must be filter..
well.. help me plz.
TIA!
[quote="rrondew"]i need button which will hide all files in folder older than 3 hours (for example).. how can i do that? i think it must be filter..
well.. help me plz.
TIA![/quote]
It seems, like you can´t configure the filter more precisely than on day, that´s the minimum. You can set a time in the filter, though, but this would be static, not dynamic. In other word, you can´t filter files newer than 3 hours without readjusting every time you use the filter.
thanks, abr. i've trying to set filters and see the same thing: only one day.
ok. but how i can use filters? i'd like to know technical side of this quastion. i've create filter 'today' in prefs... where can i turn on this one now? i mean in lister.
That's what "Within" is for.
no no... i've created this filter already.. but in lister where i can activate this filter?
[quote="rrondew"]thanks, abr. i've trying to set filters and see the same thing: only one day.
ok. but how i can use filters? i'd like to know technical side of this quastion. i've create filter 'today' in prefs... where can i turn on this one now? i mean in lister.[/quote]
First create a filter, Ctrl-F will bring up the search panel. In the "advanced" tab, select "new filter" from the drop down menu. Then you can click on the "+" an chose "date/time". You can change the other settings by clicking on them. Chose
Date - Equal - created - after -
& save the filter.
i know about finding files by mask. this is not what i want.
i want to hide old files in current lister.. button or smth else.
but thanks!
If your filter was called "example", and assuming it uses "Time Match Within 3 hours", a possible command is:
Select FILTER example FILTERFLAGS=hidenomatch
jon, thank you.. that's what i want!
[quote="jon"]If your filter was called "example", and assuming it uses "Time Match Within 3 hours", a possible command is:
Select FILTER example FILTERFLAGS=hidenomatch[/quote]
That's really what I need! One more thing: Is it possible to include the date into the command line? Something like:
Select FILTER example FILTERFLAGS=hideonmatch FILEDATE=05/05/09
Or any other way to achieve the result?
No, not at the moment. There's no way to define advanced search filters via the command line right now.