Change Log for the latest
XYplorer BETA version:
Code: Select all
v25.00.0106 - 2023-10-16 16:04
+ SC filetime enhanced: Added an optional "format" parameter. Previously, the format
returned was hardcoded to "yyyy-mm-dd hh:nn:ss" (ISO 8601). Now this is the default,
but you can change it freely.
Syntax: filetime([filename], [type="m"], [format="yyyy-mm-dd hh:nn:ss"])
format: Format of the returned date, defined by the usual letters (ymdhns).
Defaults to "yyyy-mm-dd hh:nn:ss".
There is a special value "hex" which returns an 8 byte little endian hex value.
Examples:
echo filetime(); //modified date of current file, in ISO 8601, eg: 2023-10-16 14:42:22
echo filetime(,, "yyyy"); //modified date of current file, year only, eg: 2023
echo filetime(,, "dddd"); //modified date of current file, as weekday, eg: Monday
echo filetime(,, "ww"); //modified date of current file, week number, eg: 42
echo filetime(,, "hex"); //modified date of current file, as 8 byte little endian hex value, eg: 01DA002E35164B00
% List: Since v24.30.0123 - 2023-04-25 17:00 deleting items in a long list took longer
than necessary due to unnecessary refresh work. Fixed.

To easily
upgrade to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned. 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.