Chapter Contents

Previous

Next
Image: _readDirpathMember

Image: _readDirpathMember



Reads an image from an external file in a directory that is specified with a pathname


Syntax
Example

Syntax

CALL NOTIFY (image-name, '_readDirpathMember', dirpath, member<, attributes>);

Argument Type Description
dirpath
C the path to the directory containing the member
member
C the name of the file to be read
attributes
C file-specific attributes.


Example

This statement reads an image by using a pathname to identify the directory:

call notify ('imageview', 
             '_readDirpathMember',
             '/usr/images/color',
             'sign.tif');


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.