I seem to find a bug. Steps to reproduce:
1. load a paperfolder with some folders in it,
2. execute the script - the aim of the script is to open the found 1st level subfolders.
(Running this script after a paperfolder was loaded was a random event.)
Code: Select all
$firstFolder = "<curpath>";
$qs1 = quicksearch(" /dn","<curpath>");
$qs1count = gettoken($qs1,"count",<crlf>);
$i1 = 1;
while($i1 <= $qs1count){
$folder = gettoken($qs1,$i1,<crlf>);
goto "$folder";
$i1++;
}
goto "$firstFolder";
-1. Error 91,
-2. XYplorer will not show anything in it's list - everywhere.
XYplorer must be restarted to terminate this behavior.
XYplorer Beta Club