IDLitWriter::GetFilename

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitWriter::GetFilename function method is called by the system to retrieve the current filename associated with this writer. Due to the automated nature of the file writer system, filenames can be associated with a file writer and then the file can be written at a later time. This method allows direct access to the file currently associated with the writer.

In addition, this methodology is helpful when multiple writes are performed from a given file.

Syntax

Result = Obj->[IDLitWriter::]GetFilename()

Return Value

Returns a string containing the current file name associated with this writer, or an empty string if no filename has been associated.

Arguments

None

Keywords

None

Version History

6.0

Introduced