Compressed files

Folder’s Web is written in C#. .NET Framework 4.8 or Mono Project is required to run Folder’s Web.

If a .zip or .rar compressed file is found in the current folder, and the compressed file has the same name as a sub-folder within the current folder, then the compressed file is listed appropriately, and a tag is added to the tag in the [HEADER] placeholder, for the sub-folders generated index.html file. For example:

C:My Websitesexample.comWebrootProjectsTest ProjectFolder.zip is found, and the folder C:My Websitesexample.comWebrootProjectsTest ProjectFolder exists.


Add


FolderFolder.zip to the [LINKS] placeholder for the index.html file in the current folder that contains Folder.zip and the Folder sub-folder.


Add

to the [HEADER] placeholder for the index.html file in the Folder sub-folder r (not the “current folder” in this context), where {BaseURL} is the Base URL configured on Folderweb user interface.

A similar process is performed if Folder.rar was found instead of Folder.zip.