How to set the default path for new libraries in the library

S

Svenn Are Bjerkem

Guest
Hi,
has anybody a solution on how to set the value of the path when I want
to create a new library with the libray manager? Preferrably from
the .cdsinit, but maybe there is a shell environment that can be set.
Default is to have the current directory, I think. I would like to set
it to a different location by default for new libraries.

Kind regard,
--
Svenn
 
in the .cdsinit

envSetVal( "ddserv.lib" "newLibDir" 'string strcat( t_projectDir "/cdb") )

and in the cdsLibMgr.il

;; setting the default library path
envSetVal(
"cdsLibManager.newLib"
"pathText"
'string
strcat( t_projectDir "/cdb")
)


Bernd

Svenn Are Bjerkem wrote:
Hi,
has anybody a solution on how to set the value of the path when I want
to create a new library with the libray manager? Preferrably from
the .cdsinit, but maybe there is a shell environment that can be set.
Default is to have the current directory, I think. I would like to set
it to a different location by default for new libraries.

Kind regard,
--
Svenn
 

Welcome to EDABoard.com

Sponsor

Back
Top