I think you're missing the idea.
c:\hidden\visible1
c:\hidden\visible2
c:\ioftpd (can be hidden)
c:\ioftpd\FTP-ROOT-DIR (must be visible)
You can use a VFS like
"c:\ioftpd\FTP-ROOT-DIR" /
"c:\hidden\visible1" /dir1
"c:\hidden\visible2" /dir2
All top level dirs hidden when looking at the drive, but once inside the hidden dir everything visible and things will work fine.
Remember that when modifying the hidden/visible attribute you will need to let it change all files/folders recursively to visible, and then change JUST the top folder to hidden and not let it modify child directories.
|