Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[DIFx is deprecated, for more info, see DIFx Guidelines.]
The subDirectory XML element specifies one or all the subdirectories under the DPInst working directory.
Element Tag
<subDirectory>
XML Attributes
None
Element Information
Parent elements |
|
Child elements |
None permitted |
Data contents |
Specifies one or all of the subdirectories that are relative to the DPInst working directory. This element can contain:
|
Duplicate child elements |
None permitted |
Remarks
The following code example demonstrates a search element that contains one subDirectory element that specifies an i386 subdirectory under the DPInst working directory. The text that specifies the custom subdirectory is shown in bold font style.
<dpinst>
...
<search>
<subDirectory>i386</subDirectory>
</search>
...
</dpinst>
The following code example demonstrates a search element that contains a subDirectory element that specifies all of the subdirectories under the DPInst working directory. The wildcard character (*) that specifies all of the subdirectories is shown in bold font style.
<search>
<subDirectory>*</subDirectory>
</search>