Chapter Contents |
Previous |
Next |
Image Data Model: _readDirrefMember |
Syntax | |
Example |
Syntax |
CALL SEND (object-id, '_readDirrefMember', dirref, member<, file-attributes>); |
Argument | Type | Description |
---|---|---|
dirref |
C | the fileref of the directory containing the member |
member |
C | the name of the file to be read |
file-attributes |
C | file-specific attributes. |
Example |
This example reads an image using a fileref to identify the directory:
filename('imgdir','/usr/images/color'); call send(imgdat_id,'_readDirrefMember', 'imgdir','sign.tif', 'format=tiff');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.