How to maintain the same folder structure on backend in file system?
Say for example the folder structure of the content is MainFolder/SubFolder1/
I want to update the web-viewable path in such a way that it generates above Folder structure on filesystem as well.
eg:
$FsWeblayoutDir$groups/$dSecurityGroup$/$dDocAccount$/documents/$dDocType$/$dispersion$/$endDispMarker$/$FOLDERPATH$/$dDocName$$RenditionSpecifier$$RevisionLabel$$ExtensionSeparator$$dWebExtension$
Is there any predefined parameter like "FOLDERPATH" which provides the folder path that can be used in defining the "web-viewable-path"
