Thanks R][M
Here we are, I recompiled the sources of rejetto (safely) with a small modification for the bug of the 9x, please test this version and make a report
somewhere in main .pas
// we don't list these entries
if (sr.name = '.') or (sr.name = '..') or (sr.name = '...') //mod by mars bug 9x
.....
// no directory crossing
if ansiContainsStr(s, '\..\') or ansiEndsStr('\..', s) then exit;
if ansiContainsStr(s, '\...\') or ansiEndsStr('\...', s) then exit; //add by mars bug 9x
The build 219 arrived, I thus remove the zip attached to this post.
Small message for rejetto, the file zip will be deleted as soon as you will have corrected the problem in the next build.