Code: Select all
input $v, "Please enter the length of files to be searched (default value is max. allowed by NTFS):", "255";
#263; //all items on a branch
sortby("len", "d");
focus;
selfilter "$v", , "len";
// selfilter "> 255", , "len";
focus; //Without this only one focused item is returned
$l= get("SelectedItemsNames", "<crlf>");//Get names of Selected items
#1048; //focus first selected
echo "Items with lenght $v:<crlf>$l";
copytext $l;
status "List ready on clipboard, too!";
XYplorer Beta Club