How and where the subdocument support searches for subdocuments depends on the way the subdocument is specified in the master-document:
Specification |
Examples |
Effect |
|---|---|---|
Absolute |
D:\PATH\FILE.EXT \\SERVER\SHARE\PATH\FILE.EXT |
The filename is included. The configured path is ignored. |
Relative |
PATH\FILE.EXT ..\PATH\FILE.EXT |
The file is searched for relative to every folder in the appropriate configured path. |
|
D:PATH\FILE.EXT \PATH\EXT |
These filenames are illegal and will cause an error. |