SetDestPath(path_1[;path_2;...], [str_1 [,str_2...str_N]]);
path
One or more paths, separated by semicolon, that replace a % sign in a file specification.str
One or more strings that replace %1 etc in the file specification string resulting after the % path substitution above.
This function forces the StreamServer application to run in Job mode only, no matter what is set on the connector.//Sets a destination pathsetdestpath(\\network\printer);//Creates two files: Test1.pdf and Test2.pdfsetdestpath("Test1.pdf; Test2.pdf");//Creates two files: adam.pdf and adum.pdfsetdestpath("a%1.pdf; a%2.pdf", "dam", "dum");
OpenText StreamServe 5.6 | Updated: 2013-03-01 |