The appendix 1. File format _FolderName.txt
This file enables to set names to folders and files, and also allows specifying what folders and files it is not necessary to include in the Help. The name of a folder in explorer, for example, can have a name “h1 c”, and in the Help - «Quick start «.
The file consists of lines; three kinds of descriptions for folders are possible.
FullPath”NameSetByTheUser”Reference
RelativePath”NameSetByTheUser”Reference
NameOnly”NameSetByTheUser ”Reference
The reference - is not obligatory. She allows a folder to attribute the reference, i.e. after making click on it in the right window of the Help the reference contents will be displayed.
Example, h1 c”Quick start”h1_c\p1_Bystryi start.htm,
see fig2
For files
FullPath”NameSetByTheUser
RelativePath”NameSetByTheUser
NameOnly”NameSetByTheUser
Example
D:\NETProjects\1ch\1ch\Help\1chDoc\1ch-ru\h1_c\p1_Bystryi start.htm”Quick start
If for folder name you set «?», such folder will be skipped. For example, xxx ”?. All subdirectories also will be skipped, i.e. they will not be included in the Help.
To add additional files in HHP project. For this purpose it is necessary to add lines of type
hhp [Files] = _css\r.bmp,
…
Where hhp [Files] = - a key (the reserved chain of words), and _css\r.bmp - a path to a file relative to a project root. Naturally it is a file you should copy into the project.


