subDirectory XML Element

[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

search

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:

  • A string to specify a specific subdirectory

  • The wildcard character (*) to specify all of the subdirectories

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>

See also

search