Code: Select all
v21.50.0135 - 2021-03-09 12:15
+ SC paperfolder enhanced: Now you can set and retrieve the five options
that are currently only available in the right-click menu of the Paper
Folders toolbar button.
Syntax: paperfolder(name, [itemlist], [separator=CRLF], [mode=nl])
mode:
o[z|p|d|e|i]= Set option (and return old setting).
The 2nd letter stands for the option:
z = Allow Zombies
p = Always Show Path Column
d = On Delete Remove Items from Paper Folder
e = Explicit Save Only
i = Show Information Bar in the List
Cannot be combined with any other modes (other modes are ignored).
Examples:
text paperfolder(, , , "oz"); //return current setting (0 or 1) of "Allow Zombies"
text paperfolder(, , , "oz0"); //set "Allow Zombies" to 0 (= unticked), return old setting
text paperfolder(, , , "oz1"); //set "Allow Zombies" to 1 (= ticked), return old setting
paperfolder(, , , "oe1"); //set "Explicit Save Only" to 1 (= ticked)
paperfolder(3:="oi0"); //hide information bar in the list
! SC paperfolder: Returning the current contents did not work with "Explicit
Save Only" because it read from the source file, not from the current list.
text paperfolder(, , , "r");
Fixed.
- Paper Folders: Removed the "[*]" experiment from yesterday for now.
"Explicit Save Only" is back in business.

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.