Welcome, Guest. Please Login
Rorohiko Workflow Resources
  Welcome the Message Board of Rorohiko Workflow Resources. To register, please e-mail [email protected] - automatic registration has been turned off because of relentless spambots and spammers. This Message Board is not actively monitored. If you have an urgent question, please e-mail [email protected]. If you post it here, it will probably be many weeks before we notice.
  HomeHelpSearchLogin  
 
Page Index Toggle Pages: 1
Send Topic Print
File path of .spln file (version >= 1.0.46) (Read 21125 times)
Kris Coppieters
YaBB Administrator
*****
Offline



Posts: 181
New Zealand
Gender: male
File path of .spln file (version >= 1.0.46)
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);


Back to top
 

Kris
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print