Change Log for the latest
XYplorer BETA version:
Code: Select all
v15.00.0111 - 2015-03-17 11:21
+ SC get got a new named argument "freespace" by which you can retrieve
the free space on a drive.
Syntax: get("freespace", [item], [flags])
item: Full path to a drive, or item on a drive.
If missing the currently focused item is used.
If item is not a drive itself then the item's drive is used
for the calculation.
flags:
1: return the raw bytes (else formatted).
return: The number of free bytes on the drive, depending on flags
formatted or raw.
Note:
Mount points are honored.
Examples:
echo get("freespace");
echo get("freespace", "E:\Test");
echo get("freespace", , 1); //return raw bytes
+ SC get got a new named argument "usedspace" by which you can retrieve
the used space on a drive.
Syntax analog to "freespace" (see above).
* XYcopy: Updated to 2.10.0069.
! PFA: <none> for files without extension did not work. Fixed.
! History: Could get adjacent duplicates on toggling Visual Filter in a
Branch View. Fixed.
To
download the latest BETA version choose a download 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.