Code: Select all
v18.70.0001 - 2018-01-24 19:59
+ SC formatdate enhanced: Added two special values to the format argument
which are useful for advanced scriptors in some extreme situations.
Syntax: formatdate([date], [format], [shift_unit], [shift_num])
format: [optional] e.g. yyyymmdd_hhnnss;
also supports named formats Zodiac and ISOWeek.
Defaults to general system date/time format.
- XY-only special values:
4char: Returns a 4 character (8 byte) string where the bytes
exactly mirror the bytes in an 8-byte Visual Basic Date variable
corresponding to the input date.
8char: Same like 4char but a wide string (8 character, 16 byte),
where every second byte is 0 (null).
Example:
text hexdump(formatdate("24.01.2018 11:08:02", "8char"),,"r"); //69 0E 5E D8 8E 0E E5 40
! Thumbnails Cache: The cache was not always auto-updated when folders with
thumbnails got moved or renamed. This lead to many unnecessary recreations
of thumbnails. Fixed.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club