noop $findfile(foldername, *, 0, write -c $1).shortfn

That'll clear all files in foldername and in any subfolders of it aswell. If you just want to clear the files in that specific folder use:
noop $findfile(foldername, *, 0, 0, write -c $1).shortfn

Note: $findfile() as used above will also return the number of files cleared if you need it.


Spelling mistakes, grammatical errors, and stupid comments are intentional.