Hi list,
I was stupidly thinking of a standard (but redundant) dir hierarchy to
store dependent abstractions : NAME.pd should contain ( declare -path
NAME_abs ) and /NAME_abs/ should host embedded abstractions,
themselves containing ( declare -path ... , etc.
Unfortunately, this can't be done as umbedded "declare" objects miss
relative dirs to point unanimously to the main dir (i.e to the path of
the "patch").
Comparatively, HCS's "getdir" object does a good job retreiving each
relative path.
Cheers,
Pierre Cage