Change Log for the latest
XYplorer BETA version:
Code: Select all
v21.20.0212 - 2020-11-13 12:26
+ Admin Settings: Added key "DisallowedDirsExcept" to define exceptions from
disallowed paths. You can use it to allow certain (or all) subpaths within
a disallowed branch.
For example, these entries will allow all subfolders of E:\Test, but not
E:\Test itself.
DisallowedDirs=E:\Test
DisallowedDirsExcept=E:\Test\*\*
Contrary to the values in DisallowedDirs the values (which are full paths)
in DisallowedDirsExcept are wildcard patterns. For example, these entries
here will allow all subfolders called "a" or "b", in any disallowed branch:
DisallowedDirsExcept=*\a\|*\b\
* Added tweak to auto-detect and auto-convert EBCDIC files. Now you pass the
CodePage and the RecLen right in the tweak, in the format "CP,RL", e.g.:
CheckForEBCDIC=1047,80
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.