open doc with relative path
I want to open "MyDoc.pdf" from "FirstDoc.pdf " using a relative path. Say "FirstDoc.pdf " resides in the folder "Home" and "MyDoc.pdf" resides in "Home/Forms/". My script in "FirstDoc.pdf " is in a mouse up action of a button. It does not work.
app.openDoc({cPath: "Forms/MyDoc.pdf"});
How should this be constructed?
Second question: how should this script be constructed if "MyDoc.pdf" resides in the same folder as "FirstDoc.pdf"?
