Change Log for the latest
XYplorer BETA version:
Code: Select all
v19.50.0247 - 2019-01-27 19:12
* Catalog: The Catalog is a place with a relatively high likelihood of
housing stale network locations. The futile attempts to retrieve the
specific icons for such locations can take a lot of time, many many
seconds. We don't want that on startup. Therefore from now on, the
Catalog will show only generic icons for network locations on startup (and
until you manually update the icons).
Many innocent and unsuspecting users will now experience a much faster
startup.
+ SC resolvepath enhanced: Now you can make it resolve relative paths to the
current path instead of to <xypath>.
Syntax: resolvepath([path], [base=<xypath>], [flags])
path: relative or portable path
if empty or missing the function returns base
base: base path; defaults to <xypath>
flags: 0 = normal function
1 = reversed function: path is absolute,
return path is relative to base
2 = base is <curpath> (else it's <xypath>)
return: absolute or relative path (dep. on flags)
Examples:
echo resolvepath(); //C:\Program Files (x86)\XYplorer = <xypath>
echo resolvepath(2:=2); //E:\Test = <curpath>
echo resolvepath("foo"); //C:\Program Files (x86)\XYplorer\foo
echo resolvepath("foo",,2); //E:\Test\foo
echo resolvepath("<curpath>\subfolder",,3); //subfolder
echo resolvepath("<curpath>\subfolder\",,3); //subfolder\
* SC inputfile, SC inputfolder: Relative paths were resolved to <xypath>.
Now they are resolved to <curpath>.
! SC folderreport: Relative paths were resolved to <xypath> instead of to
<curpath>. 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.