BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.
- *** Recycle Bin: Rewritten from scratch. The issue with the slow context menu should be fixed now.
- ! Recycle Bin: Did not always auto-refresh when multiple files or folders were restored from within the Recycle Bin. Fixed.
- + Configuration | Backup & Report | Backup Operations: Added option "Pop up stats when done". Check to pop up a summary message about what was copied / overwritten / not overwritten.
- + SC backupto enhanced: Added parameter pop_stats.
Syntax: backupto location, [source], [on_collision], _
[preserve_dates], [create_log], [pop_stats]
preserve_dates:
(only applied if the file itself is copied)
Empty = Use global setting from Configuration.
0 = Whether/which dates are copied depends on OS.
1 = All three dates are copied.
create_log:
Empty = Use global setting from Configuration.
0 = Don't.
1 = Do.
pop_stats:
Empty = Use global setting from Configuration.
0 = Don't.
1 = Do.
Example:
// backup selected items; on collision suffix date now;
// preserve dates; create log; popup stats
backupto "E:\Test", , 5, 1, 1, 1; - + Added extented NTFS attribute "Offline" (FILE_ATTRIBUTE_OFFLINE) to the attributes on the Properties tab and on the Attributes tab (Find Files), and to the Attributes column in the list.
- + Configuration | Colors | Color Filters: Added color coding by file attribute "Offline" (FILE_ATTRIBUTE_OFFLINE). Use this pattern:
/offline (or /o) -> matches all items with
FILE_ATTRIBUTE_OFFLINE set - ! Toolbar: Error on wheeling the toolbar when Toolbar scrolling was disabled on startup. Fixed.