Editions
Related Functions
Example
The IN_SetFilename function sets or changes the file name of the specified document, page, or layer. This command changes the name of the file to which the document object is saved. It does not affect the original file.
Syntax
int IN_SetFilename( objectID, pFileName )
|
Parameters |
Meaning |
|
IN_OBJECT objectID |
identifier of the document, page, or layer to modify |
|
CHARPTR pFileName |
file name to apply to the document |
Tip: Pages and layers in multipage and multilayer documents
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
Also supported in Imagenation 3.3 for UNIX.
See also