> In Tasker 1.1 beta I have found new feature:
> added: variables %FNAME, %FDIR, %FTYPE, %FSIZE, %FMODS
Those are currently just set by the Test File action.
> And I see the action:
> added: action File / Delete File
That's not a new action, you cut off the end of the line:
<LI>added: action File / Delete File: added Shred Level parameter
> Can I do with those actions task for delete all files from folder,
> that have %FMODS greater that some limit?
> Or maybe exists some other way to do this?
Nearly.
You can do:
Test File %FILETODELETE
Delete File %FILETODELETE [IF %TIMES - %FMODS > 60]
But there's currently no way to get a list of files and iterate over
them. We're getting closer though :-)
Pent