t = GetAssignPaths(name$)
name$. The assign passed in name$ must end on a colon character (:). The individual
paths associated with the assign will be returned as a table containing a number of strings.
t = GetAssignPaths("LIBS:")
For Local k = 0 To ListItems(t) - 1 Do DebugPrint(t[k])
This code lists all paths that are part of the "LIBS:" assign.