path string to reference

Hi,

Suppose I have the path (the internal DT path, not the filesystem path) to some group as a string. How do I obtain a reference to that group? It must be simple but I can’t do it…

Thanks.

Assuming that the path is actually the location and formatted like a POSIX path (e.g. “/group1/group2”), then you could use the “get record at” command.

Aha, that works. Thanks!