Change Log for the latest
XYplorer BETA version:
Code: Select all
v22.60.0110 - 2021-12-23 15:58
+ SC get("freespace") and get("usedspace"): Added more formatting flags.
Syntax: get("freespace", [item], [flags])
flags:
0: Flexible format (unit depends on size,
e.g. 77.58 GB, 1.17 MB, 120.24 KB, 123 bytes)
1: Return the exact bytes (no formatting).
2: Return the exact bytes with thousand separators.
4: Flexible format + formatted exact bytes
8: Append the percentage relative to the total capacity.
Examples:
echo <get UsedSpace>; //12.05 GB
echo <get UsedSpace '' 0>; //12.05 GB (same as above)
echo <get UsedSpace '' 1>; //12939067392
echo <get UsedSpace '' 2>; //12,939,067,392
echo <get UsedSpace '' 4>; //12.05 GB (12,939,067,392 bytes)
Each of the above can be combined with 8 by adding the values:
echo <get UsedSpace '' 8>; //12.05 GB (81%)
echo <get UsedSpace '' 9>; //12939067392 (81%)
echo <get UsedSpace '' 10>; //12,939,067,392 (81%)
echo <get UsedSpace '' 12>; //12.05 GB (12,939,067,392 bytes) (81%)

To
update to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates. To
download it, choose a package: (1)
Installer Package, (2)
No-Install Package.
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.