Great (-:
Thanks for swift reply.

1) Is it possible to create folder? (Since of example "Open" function can create a new file if one doesn't exists.)

__________________________________

2) I've also tried function 'ScriptFile' which works fine with full path but not with relative path.

Script guide (Table 11):
ScriptFile("flower.arscript");
SetTransOffset(100, 100);
ScriptFile("AnotherFlower.arscript");


__________________________________
And then there are two functions in guide (probably misspellings):
(Tab 5 - WriteString, WriteAsciiStringflag): f = filDoc.Write(“Ha!”); // “Ha!/r/n”
(Tab 5 - ReadString): sName.TrimRight(); // get rid of cr/lf