Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

QUERY_PICT


Syntax | Return Value | Arguments | Keywords | Version History | See Also

QUERY_PICT is a method of obtaining information about a PICT image file without having to read the file. See QUERY_* Routines for more information.

Syntax

Result = QUERY_PICT ( Filename [, Info] )

Return Value

This routine returns a long with the value of 1 (one) if the query was successful (and the file type was correct) or 0 (zero) on failure.

Arguments

Filename

A scalar string containing the pathname of the PICT file to query.

Info

Returns an anonymous structure containing information about the image in the file. The Info.TYPE field will return the value `PICT'.

Note
See Info Structures for detailed structure information.

Keywords

None

Version History

Introduced: 5.2

See Also

QUERY_* Routines, READ_PICT, WRITE_PICT


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]