Creates an element for reading a file. Used by strings.
Element Information
| Element class | FileConfig |
| Implementation class | none |
| Nested elements | none |
Attributes
| Name | Type | Required | Description |
|---|---|---|---|
| path | String | yes | The path to the file. |
| count | int | no | The number of lines to read from the file. |
Examples
<dm:strings id="firstNames">
<dm:file path="../../data/fnames.us" count="500"/>
<dm:file path="../../data/mnames.us" count="500"/>
</dm:strings>