Code: Select all
v9.90.0404 - 2011-02-18 12:12
+ Color Filters: Color Filters by Size ("size:"-selector) now also
work on folders. Note that "Configuration | General | Show folder
sizes in file list" has to be ticked to make it happen.
+ SC folderreport enhanced: Types "tree" and "dirs" now support a
format template. The template is appended to the "dirs" selector
separated by a ":", and it fully supports the syntax of the
template argument in SC report!
Examples:
- Recursive report on the current folder:
::text folderreport("dirs:{fullname}; {size kbr}; _
{modified yyyy-mm-dd}", "r", , "r");
- Non-recursive report on C:\Temp:
::text folderreport("dirs:{name} ({size} bytes)", "r", "C:\Temp");
- Recursive tree report on C:\Temp:
::text folderreport("tree:{name} ({size mb}, {count} items)", "r", "C:\Temp", "r");
Remarks:
- When the template contains the {size} field the size of each
listed folder is freshly calculated! This can take time with
large folders.
* SC folderreport enhanced with a new flag:
flags:
j: Include Junctions.
+ SC report: Added special field {Count}. Returns the (recursive)
count of items (files and folders) contained within a folder. For
files it returns nothing.
Note that calculating the count can take time with large folders.
Example, using the meta-field {dir} to fork returns between dirs
and files:
::text report("{name}{dir , <DIR> with {count} items| ({size kbr})}<crlf>");
! Remember most-recently-used lists | Apply To...: Not remembering
Rename Special did not work completely yet. Fixed.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club