It would also be nice to have a file action PrintSelectedItems(<string>) that would create a list of the currently selected files.
Maybe this could also have options for sorting and the maximum number of printed items.
To create the top 25 largest items on the disk, the command could look like this:
FileSelect
all
FileActions
PrintSelectedItems("25 largest items.txt", size descending, 25)
FileEnd