Chapter Contents |
Previous |
Next |
Image Data Model: _readFilepath |
Syntax | |
Example |
Syntax |
CALL SEND (object-id, '_readFilepath', pathname<, attributes>); |
Argument | Type | Description |
---|---|---|
pathname |
C | the pathname of the file to be read |
attributes |
C | file-specific attributes. |
Example |
This example reads an image stored in an external file:
call send(imgdat_id,'_readFilepath', '/usr/images/color/sign.tif');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.