I did that and I added alert:
myDoc = app.activeDocument;
alert (myDoc.fullName)
myDoc.save(myDoc.fullName, false, "indesign-8.0", true);
And now it stops at alert with message:
Unsaved document have no full name.
Alert message:
myNewDoc = myDocPath+"/"+myDocName;
alert (myNewDoc)
does give me the path. Why it doesn't work?
Thank you.