IDLitWriter::GetFileExtensions

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitWriter::GetFileExtensions method is called by the system to retrieve the file extensions supported by this particular writer.

Syntax

Result = Obj->[IDLitWriter::]GetFileExtensions( [, COUNT=count])

Return Value

Returns a scalar or string array that contains the file extensions associated with this writer.

Arguments

None

Keywords

COUNT

Set this keyword to a named variable that will contain the number of file extensions returned by this method.

Version History

6.0

Introduced