This tool returns the programs which depend on a resource, such as the programs which use a copy file.
| Parameter # | I/O | Type | Description |
|---|---|---|---|
| 1 [M] | I | String | The Eclipse path to the source's resource. |
| 2 [M] | O | File | The list of dependent programs. |
The output file descriptor has the following structure:
| No | Target ID |
|---|---|
| 1 [M] | The input Eclipse resource identifier. |
| 2 [M] | The dependent program's name. |
| 3 [M] | The dependent program's path. |
| 4 [M] | The match name used to identify the AWM element type. |