Question
How do I set the value for the "fileUrl" in the "core" infoset, "immediate"
I can't change the fileUrl for a thumbnail. Everytime I set the value to something else. It just changes back. Does anyone know how to do this? Is there a setter I don't know about?
I get the thumbnail like this:
var myThumb = app.document.getSelection()[0];
then change it like this:
myThumb.core.immediate.fileURL = "c:\\Test"
it returns this:
"c:\Test"
but after opening the thumbnail and going back up a directory, it changes back to the original. :(
I get the thumbnail like this:
var myThumb = app.document.getSelection()[0];
then change it like this:
myThumb.core.immediate.fileURL = "c:\\Test"
it returns this:
"c:\Test"
but after opening the thumbnail and going back up a directory, it changes back to the original. :(
