ID:1928197
 
(See the best response by Ter13.)
How to call proc from another directory?
Best response
As far as procs are concerned, there's no such thing as another directory.

You can include other DME or DM files using the #include directive, and the proc will enter the proper scope during compilation.

Can you go more specific about what you are trying to do? I feel like you are asking a question using the wrong terminology and it's going to create a communication error.
I think he might mean calling a proc from a diff type path if that is the case you need to reference the procs parent type in whatever manner you have created it. But as you said this may be mis communication.