dcl-Project-load

Started by Jim · 2017-01-05 00:06 UTC · 4 replies · SMF topic #2467

(dcl-Project-load "H:/uMill.odcl" t)
nil
_$ (dcl-Project-load "H:\\uMill.odcl" t)
nil
_$ (dcl-Project-load "uMill.odcl" t)
"uMill
Works where path is present in "Working Support Files Search Path".
Anybody have an idea why full path fails?
Jim
What does this return?:
(findfile "uMill.odcl")
author=Jim Short link=topic=2467.msg12321#msg12321 date=1483574819 wrote:
(dcl-Project-load "H:/uMill.odcl" t)
nil
_$ (dcl-Project-load "H:\\uMill.odcl" t)
nil
_$ (dcl-Project-load "uMill.odcl" t)
"uMill
Works where path is present in "Working Support Files Search Path".
Anybody have an idea why full path fails?
Jim


Hello Jim,
dcl-project-load works for me with the complete path without problems.
(Dcl-Project-Load "c: \\ ... \\ ... \\ finaltest \\ myproject.odcl" t)

Command: (findfile "uMill.odcl")
"H:\\uMill\\uMill.odcl"

Now that's too easy! Thanks
Your web site has a lot of information that I want. It is very necessary for me.