Directory Attribute
In the <IncludeDir> tag, specifies a subdirectory of the source directory, the contents of which are included with the sample (.sfl) file.
Note
The .SFL file is created by the compiler and included in the compiled Help (.HxS) file, where it can be referenced by the sample data services at run time.
In the <ExcludeDir> tag, specifies a subdirectory of the source directory, the contents of which will be excluded from the .sfl file.
Used in |
Parent tag |
Required |
---|---|---|
<IncludeDir> |
Yes |
|
<ExcludeDir> |
Yes |
Values
A path to a directory.
Example
Directory = "C:\Project\Samples"