Hello,
is there an easy way I can resolve the relative filenames in a project
table to the full path so I can list all the source files and their full
path in a project?
eg:
I have a project: "j:\dev\costing\kmcost.pjx"
In that table, the first record has a name field of
"j:\dev\costing\kmcost.pjx". There are also a bunch of source files with
names such as
"..\\common\c_det3.prg"
Is there an easy way to resolve that to "j:\dev\common\c_det3.prg" or do I
have to parse the ".." stuff myself?
--
TIA
Andrew Howell