File Manager |
| You can access to the File Manager by clicking on the "File Manager" tab at the bottom side of the window:
It lets you manage all of the files that be compiled into your publication; it behaves like Windows Explorer.
If you select the "All Files (real paths)" node in the Folder tree, HTML Executable will list all files to be compiled with their full path. If you select the "All Files (virtual paths)" node in the Folder tree, HTML Executable will list all files to be compiled with their virtual path (i.e. the path that follows the server or domain name in a URL), see below.
About Virtual PathsVirtual paths are paths that follows the server or domain name in a URL; we use virtual paths in publications because they work like servers: to access to a compiled file, you need to use its URL. For instance, if you have this URL: ghe://heserver/images/picture1.gif
Note that HTML Executable automatically manages virtual paths itself (see below); all features related to virtual paths are only designed for advanced users. Managing filesAll source files are generally added automatically when HTML Executable creates your project. But you can at any time add new files, folders or source wildcards to your list manually; or better let HTML Executable do this task itself thanks to the powerful Source File List Update (previously Live Folder update) option. You can manage your files thanks to the button bar below or using the mouse's context menu (right click on the file list):
Each operation is more described below: Adding filesTo add files to the list, press the Add button and select an option: you may add single or multiple files, entire folders, virtual folders and custom wild cards. Just select the appropriate action when you have just clicked the Add button:
For example, selecting "Add Wildcard" will open this window:
You can enter a path and specify which files should be added using a mask: in the situation shown on the screenshot only .html files from c:\my documents\heexample will be added. Or you may rather add entire folders (including their sub-folders or not) using the "Add Folder" command.
The real paths appear on the left; on the right you can determine the related virtual path (a.k.a publication path). By default, HTML Executable automatically tries to find the best virtual paths. But you can change this yourself: just select one or more files, then click "Modify Path". You will be prompted to enter the new virtual path and confirm your changes. Once you have clicked OK, HTML Executable adds them to the publication's file list and this is the result:
You can see that the virtual paths "moreinfo" and "headers" appear as children of the Publication Root, although the files that were added do not belong to the source folder.
Adding virtual foldersIf you wish to add blank virtual folders to your publication, click Add and Add Virtual Folder. You will be prompted to enter its name, and it is then created as a child of the selected folder (if no folder is available or selected, then it is created as a child of the publication root). You can then move files to that folder using drag/drop operations. Important: if you do not place any file inside a blank virtual folder, it will be automatically removed next time when your project is loaded. Drag/drop operationsHTML Executable supports drag/drop operations:
Removing files
You can select multiple files by pressing Ctrl+Click or Shift+Click. You may also use the Select All menu command from the context menu.
Notes:
Sorting FilesHTML Executable displays information about each file: filename (or file path/virtual path), file type, size... If you need to sort your files according to a specific data (for example, file types), just click on the associated column. You may also resize the different columns. Source File List Update Operation
You can therefore use the File List Update action. This action forces HTML Executable to scan the source folder (and its subfolders) and to detect all changes that happened. It then compares results and determines the appropriate actions to take:
You consequently do not need to manage the file lists yourself manually.
Notes:
Editing filesSelect a file in the list and click the Edit button.
Setting file and HTML page propertiesYou can configure some options regarding compression, security for the source files. Select a file in the list and click the Properties button (or double-click on it). The file properties editor will then be displayed.
Using the context menuAll of the previous commands are also available from the context menu: click on the list with the mouse's right button to display it. It contains additional commands not directly available such as "Select All" or "File Information". The last command gives you global information about the publication files of the selected folder (total size, number of files...). Finally the "Shell Properties" command will display the "Properties" dialog available in Windows Explorer (lets you access to the properties of the selected file). |