Message Board for Rorohiko Workflow Resources
https://www.rorohiko.com/cgi-bin/yabb2/YaBB.pl
Documentation >> API Documentation (APIDToolAssistant) >> File path of .spln file (version >= 1.0.46)
https://www.rorohiko.com/cgi-bin/yabb2/YaBB.pl?num=1224152916

Message started by Kris Coppieters on 10/16/08 at 22:28:36

Title: File path of .spln file (version >= 1.0.46)
Post by Kris Coppieters on 10/16/08 at 22:28:36
To access a File object that refers to the currently executing .spln file, use

theSPLNFile = app.callExtension(0x90B6C,10015);

or, in more 'wordy' fashion:

const 0x90B6C = IID_IACTIVEPAGEITEMSCRIPTUTILITIESEXTENSION;
const kOpcode_SPLNFile = 10015;
...
theSPLNFile = app.callExtension(IACTIVEPAGEITEMSCRIPTUTILITIESEXTENSION,kOpcode_SPLNFile);



Message Board for Rorohiko Workflow Resources » Powered by YaBB 2.5.2!
YaBB Forum Software © 2000-2024. All Rights Reserved.