Hi, is there a way to limit the subfolders creation depth. eg
- root
- thenFolderA
- thenFolderB
- ...
But do not accept creation under FolderA.
I try to use bind in backend constructor with mkdir.pre, but not able to check if parent dir is root or not.
Thanks