hi all,
I have a little problem with weblink.
In fact I cannot properly set the working folder.
Whether you use currentScriptObject.pwlDirectoryCurrentSet ( "c: \ temp")
that currentProeSession.ChangeDirectory ( "c: \ temp"),
example:
MsgBox("This is the current Working Directory: " & vbCrLf &
session.GetCurrentDirectory)
'Change the Working Directory
session.ChangeDirectory("c:\temp")
'Show the updated Working Directory
MsgBox("This is the updated Working Directory: " & vbCrLf &
session.GetCurrentDirectory) <-- this value is ok !!!!
but, soon after I open the menu File \ Open, proe, however, I view the old
working folder !!!.
It a known bug or am I mistaken something?
Thank you very much,
Vincenzo.
--
A Pastiera Adda essere Aveta e Zucosa (Dario Chiummo)
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.