Modeller.openPrintFile


openPrintFile(filename)

Creates a new print file, and opens it for writing. The print file can subsequently be filled using calls to printWizard. The print file can subsequently be closed using a call to closePrintFile. Any previous contents of the file will be removed If the filename given is not a fully qualified absolute path name (i.e. it does not begin with a network path or drive letter), LUSAS Modeller will assume that it is a relative path name with respect to the current working directory

filenamestringAbsolute or relative pathname to be created
Return valuenone 

See also printWizard closePrintFile getCWD setCWD

Back to Modeller

Back to Overview