Welcome, Guest. Please Login or Register
Rorohiko Workflow Resources
09/09/10 at 08:27:57
Home Help Search Login Register


Pages: 1
Send Topic Print
File path of .spln file (version >= 1.0.46) (Read 4594 times)
Kris Coppieters
YaBB Administrator
*****




Posts: 161
Gender: male
File path of .spln file (version >= 1.0.46)
10/16/8 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
Pages: 1
Send Topic Print