p$TDV:Util:CmpDir
p$TDV:Util:CmpDir
Get the file path of the current compound directory
Syntax: | File = p$TDV:Util:CmpDir( ) | ||
| Argument | Type | Meaning |
| - |
|
|
Result: | String | Directory of the current compound | |
Example: | Call of a user manual from the general compound directory: File = p$TDV:Util:CmpDir() + '\\Help.txt' | ||