Code: Select all
v25.00.0107 - 2023-10-17 13:20
+ SC timestamp enhanced: Now you can specify the time as an 8-byte little-endian hex
value. Note that this value provides the full file time resolution of NTFS down to 100
nanoseconds.
Syntax: timestamp [type = "cma"], [date / source_item], [itemlist], [source_type = "*"], [shift]
date: Can be an 8-byte little-endian hex value prefixed with 0x, e.g. 0x01DA002E35164B00.
Remark:
This complements the new "hex" functionality of SC filetime.
Examples:
timestamp "m", "0x01DA002E35164B00"; //= 2023-10-16 14:42:22 (no fractional seconds)
timestamp "m", "0x0000000000000001"; //= 1601-01-01 01:00:00.0000001 (hour may depend on your time zone)
Note that most hex values don't really work. MS's documentation is poor and the
implementation half-baked (different file time related Windows functions have
different internal limits). After the year 9999, I personally would no longer trust
Windows file times.
Half-working example:
timestamp "m", "0x7FDA002E35164B00"; //= 30794-10-23 17:50:19 (but this value does not work well in all contexts)
Non-working examples:
timestamp "m", "0x0000000000000000"; //does nothing
timestamp "m", "0xFFFFFFFFFFFFFFFF"; //does nothing
timestamp "m", "0xFFFFFFFEFFFFFFFE"; //error "The parameter is incorrect."
timestamp "m", "0xEEEEEEEEEEEEEEEE"; //error "The parameter is incorrect."
! View | Suspend Auto-Refresh: In rare cases, the setting was activated (i.e.
auto-refresh was suspended) immediately after startup. Probably fixed.
! Hover Box: Setting "Trigger hotkeys with/without CTRL" (X), added v24.80.0013 -
2023-08-17 13:01, was not remembered across sessions. Fixed.
! Icon Preview: Hover Box and Preview Tab/Pane did not work correctly for ICO files if
"*.ico" was assigned a custom icon in Tools | Customize File Icons... Fixed.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
XYplorer Beta Club