The fragment below can be used in a sidebar navigation to establish a folder-like subweb navigation. This uses the jqTreeview widget of the Foswiki:Extensions/JQueryPlugin.
Use it by adding %INCLUDE{"System.FlexWebListTree"}%
to your sidebar navigation.
If you want to hide the web navigation from WikiGuests then uncomment the following:
%STARTINCLUDE% %JQREQUIRE{"treeview"}%%JQICON{"house"}% - %WIKITOOLNAME% %FLEXWEBLIST{ webs="%MAINWEB%,User,People,public,%SYSTEMWEB%" webs="%USERSWEB%,User,People,public,%SYSTEMWEB%" exclude="^(TestCases|Trash).*" adminwebs="Applications.*" map="%SYSTEMWEB%=System" header="%STOPINCLUDE%" format="
" subheader="- $name" separator="
" footer="" }%