how to create multiple Rule-File-Text rules using same file name but different directories
I am porting a web application into Pega.
The web application uses different styles for each different year. The .css files may have same file name, but they are put in different directories in the webcontent folder.
For example:
WebContent\Stylesheets\2020\body.css
WebContent\Stylesheets\2021\body.css
WebContent\Stylesheets\2022\body.css
I am not able to create multiple Rule-File-Text rules, with FileName set to "body", File Type set to "css", and then different App Name (Directory). The rule validation does not allow me to put "\" in the App Name (Directory) field.
My question is, how to create Rule-File-Text rules so that they would be extracted to different static content folders with desired folder structure like aforementioned.
Is this supported by Pega platform?