![]() Chapter Contents |
![]() Previous |
![]() Next |
| Image Data Model: _readDirpathMember |
| Syntax | |
| Example |
Syntax |
| CALL SEND (object-id, '_readDirpathMember', dirpath, member<, attributes>); |
| Argument | Type | Description |
|---|---|---|
| dirpath | C | the path to the directory containing the member |
| member | C | the name of the member (file) to be read |
| attributes |
C | file-specific attributes. |
| Example |
This example reads an image from file
sign.gif in directory
/usr/images/color:
call send(imgdat_id,'_readDirpathMember',
'/usr/images/color',
'sign.gif');
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.