From: JP Massar
Subject: help with logical pathnames
Date: 
Message-ID: <3a526f31.90594231@news.mindspring.com>
Using a Windows machine, Allegro 5.1

If I have a logical pathname translation for logical host XYZ

("ROOT;**;*.*" #p"C:\\")

and I want to have another translation, say SOURCE, for XYZ,
which uses ROOT as a base, and which is physically at C:\sourcedir\,
how do I achieve that (using ROOT, not repeating the C:\)

E.g., I want something like

("SOURCE;**;*.*" #p"XYZ:ROOT;sourcedir;**;*.*")

but that doesn't seem to work.  (not that I expected it to)

How can I achieve this effect?