- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎31-07-2017 06:59 PM
Hello,
I have to add a new folder in the folder of the generated website. I know that's possible but I couldn't find how in the documentation.
How can I do that?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2017 04:37 PM
Hello
There is not standard feature to created a new subfolder.
You can only control the names of the existing folders using options.
Creating a new subfolder cannot be configured using options
You can
- Create a folder manually before generation
- Code a custom macro that creates this subfolder (via windows API and objet FileSystem). It should be trigger before web site generation
Once it is created, you can copy files druring generation from folder Mega_usr to the standard file folder using a specific tag [Variable=StdFile]. See KB 00002089 http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=50120000000mqtHAAQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2017 02:16 PM
The number2 : a new subfolder automatically created with the website generation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎31-07-2017 07:21 PM
Hello
You do you mean exactly
1) A new generation folder for a web site?
Ex: generation folder for static page website1 is path1
2) A new subfolder in the structure of the web pages next to folder 'images', 'pages', 'standard'?
